Page 1 of 1

SESSION PROBLEM

Posted: Sat Jul 28, 2007 11:56 am
by ehsun7b
Hi

I installed the CMSMS and it works fine as a manager of the pages. But now I have some PHP files as CLASS files and some action files for Ajax based forms. I put all these PHP files in a directory inside the CMSMS root directory. I called session_start() in these action files, but in the execution time it seems that the pages of the website and these action files are using different SESSIONS!!! What is the reason???

Re: SESSION PROBLEM

Posted: Mon Jul 30, 2007 1:20 pm
by Pierre M.
Hello,

you are doing PHP coding and you have a PHP issue. You should have a look at php.net :
http://www.php.net/manual/en/features.sessions.php

Pierre M.