Hi,
I'm trying to configure the $baseURL dynamically via a session variable (PHP), but CKFinder can't seem to find that variable (is there a way to print out what the script thinks the $baseURL is?).
I believe the problem may be that I define a custom session path in my scripts, and ckfinder might use the default one, so they can't see each other. Could that be the case? Is there a way to configure the session path in ckfinder?
Kind regards, Frank.
I'm trying to configure the $baseURL dynamically via a session variable (PHP), but CKFinder can't seem to find that variable (is there a way to print out what the script thinks the $baseURL is?).
I believe the problem may be that I define a custom session path in my scripts, and ckfinder might use the default one, so they can't see each other. Could that be the case? Is there a way to configure the session path in ckfinder?
Kind regards, Frank.
Re: Dynamic $baseURL / Session Issue