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???
SESSION PROBLEM
-
Pierre M.
Re: SESSION PROBLEM
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.
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.
