LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   apache php mysql and sessions (https://www.linuxquestions.org/questions/linux-newbie-8/apache-php-mysql-and-sessions-351170/)

helpme0904 08-08-2005 10:32 AM

apache php mysql and sessions
 
I have setup a https server and now I want to setup login access by using sessions. I am using simple code that will check the mysql database for the user then take user to another page by checking his session id information to ensure that a secure user views information. For some reason on my linux server it keeps creating a new session for each page. How can I stop this and make it so that only one session is used for the duration of the browser life. When I run the same code on my apache server on windows it works fine. Do I need to change something in my config files?

Please Help!!!

:scratch:

david_ross 08-08-2005 03:24 PM

If you are tracking the sessions by cookies - have you made sure that your client is accepting them from that host?


All times are GMT -5. The time now is 02:58 AM.