Opened 17 years ago
Closed 17 years ago
#1560 closed Bug (invalid)
Authentication in filebrowser
Reported by: | PEtter | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | |
Keywords: | Pending | Cc: |
Description
This is a very mystical bug.. It seems when opening the filebrowser running on localhost under IIS. There is something wrong with the cookies being sendt to the server. localhost is not able to authticate the request. Custom authentication via cookies, in .net 2.0. But it works on my build server.. hmm have no idea what it could be. Tried to debug via Fiddler, but no request was catpured by fiddeler when running against localhost..
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | Pending added |
---|---|
Priority: | Low → Normal |
comment:3 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Can you try it with
FCKConfig.PreserveSessionOnFileBrowser = true
?