I developed a system with login process and session handling.In main system directory, there have several sub system directory.All the pages are controlled by session.The login+session process are success but when i click to go to page in subsystem,it goes to login page..I used 2 different database..and the server is OES Server Sles 9..
login,session
Moderator: General Moderators
login,session
Hi,
I developed a system with login process and session handling.In main system directory, there have several sub system directory.All the pages are controlled by session.The login+session process are success but when i click to go to page in subsystem,it goes to login page..I used 2 different database..and the server is OES Server Sles 9..

I developed a system with login process and session handling.In main system directory, there have several sub system directory.All the pages are controlled by session.The login+session process are success but when i click to go to page in subsystem,it goes to login page..I used 2 different database..and the server is OES Server Sles 9..
Start session
HI,
You may have to start the session again in the subsystem.
We may be able to help you a bit more if you showed us the
login script and the page that sends you back to the login page.
See session_start() below
http://www.php.net/manual/en/function.session-start.php
You may have to start the session again in the subsystem.
We may be able to help you a bit more if you showed us the
login script and the page that sends you back to the login page.
See session_start() below
http://www.php.net/manual/en/function.session-start.php
Fatal Error: undefined function session_start()
Hi.
I've put function session_start() on the beginning of every page.And after i run the system in linux environment (OES SUSE LINUX SLES 9),there has an error ( Fatal Error: Undefined function session_start()...). I also run the system on window environment and it success. So, can you help me;(
I've put function session_start() on the beginning of every page.And after i run the system in linux environment (OES SUSE LINUX SLES 9),there has an error ( Fatal Error: Undefined function session_start()...). I also run the system on window environment and it success. So, can you help me;(
how to make the host enable session handling?
Which file control it?
I use OES SERVER SLES 9
For ur info, for system development i use XAMPP SOFTWARE(APACHE2, PHP 5.0.4,MYSQL 4.1.13) in Linux environment and successfully running. On OES SERVER SLES 9 it use APACHE2, PHP 4 ,MYSQL 4.1.13.Is that because of different version of PHP language make the system fail running on OES SERVER SLES 9.
Which file control it?
I use OES SERVER SLES 9
For ur info, for system development i use XAMPP SOFTWARE(APACHE2, PHP 5.0.4,MYSQL 4.1.13) in Linux environment and successfully running. On OES SERVER SLES 9 it use APACHE2, PHP 4 ,MYSQL 4.1.13.Is that because of different version of PHP language make the system fail running on OES SERVER SLES 9.