Hi All,
I saw that the FCK filemanager is quite exposed so i added a small script on the connector.asp page to check if a login session exists.
the problem is that when a user click on the "insert image" button it open a ShowModalDialog box and it opens the filemanager when the user clicks on "browse server" button.
the thing is , when window is opened from a ShowModalDialog box it doesn't accept cookies (sessions) that the opener page created.
so as far as the filemanager page is concren - the login session doesn't exist.
its a known bug in IE6:
http://support.microsoft.com/default.as ... s%3B831678
doe's any one know a way around?
Thanks
Thu, 03/16/2006 - 07:57
#1
RE: ShowModalDialog and session problem
FCKConfig.PreserveSessionOnFileBrowser = true ;
(default is false)
Then the popup blocker might annoy you a little...