I am having some difficulty reading the session variables from my original application. I would like to set the baseDir and baseURL using a variable (project name) which I store in a session variable in my application. If I try and read the session variable in the config.asp file I find it to be empty. Thanks for any help or direction you can provide. Bruce
Fri, 04/15/2011 - 05:13
#1
Re: Session variables
That could explain your problem, both your site and CKFinder must share the same application pool if you want to share session variables.