I have a problem with the FCKeditor.NET integration by the file manager. (The session is probably lost)
When I click on browse on server (at the link dialog) I sometimes get the error that the connector is disabled. I know that I get this error, because the CheckAuthentication returns false. But it returns false, because I check if the user is logged in by reading session variables. It looks that the session is lost at that point.
The strange thing is that I don't get the error everytime. Sometimes it works perfectly. I tested it on different machines with different servers, but I can't find any reason why the session is lost. It looks like it happens random.
Does anyone has the same problem (and solution) or have an idea what goes wrong.
When I click on browse on server (at the link dialog) I sometimes get the error that the connector is disabled. I know that I get this error, because the CheckAuthentication returns false. But it returns false, because I check if the user is logged in by reading session variables. It looks that the session is lost at that point.
The strange thing is that I don't get the error everytime. Sometimes it works perfectly. I tested it on different machines with different servers, but I can't find any reason why the session is lost. It looks like it happens random.
Does anyone has the same problem (and solution) or have an idea what goes wrong.
Re: Problem with file manager connection with .NET integration
FCKConfig.PreserveSessionOnFileBrowser = true ;
If anyone has a better solution or can explain why this appears random or why it is a config value which is default on false, let me know.