Currently we have the need to use CKFinder with the session dissabled ("<sessionState mode="Off"/>" in the web.config) but this does not work.
with FCKeditor we were able to get around the need for the session by using the following code:
"Application["FCKeditor:UserFilesPath"] = "/UserFiles/";"
does anyone know of a similar way to use CKFinder without the need of the session.
Thanks for your help.
with FCKeditor we were able to get around the need for the session by using the following code:
"Application["FCKeditor:UserFilesPath"] = "/UserFiles/";"
does anyone know of a similar way to use CKFinder without the need of the session.
Thanks for your help.