hi
I am very new to Php and I'm having a problem with sessions. Perhaps someone could help me out? Thanks beforehand.
The server that will host my Php application will also host other Php applications. Each application must have its own session timeout value. But as far as I have been able to find, I can define the timeout value for a session in only one place: the php.ini file. Is there a way to define sessions per application?
The session that my application will use must stay active for about 4 hours. I have to cater for two possibilties:
1. If the session times out on the server how will the user retrieve the variables?
2. If the server is restarted when the user is connected, will the Session be still valid once the server is up again?
I hope someone can solve my problem.
Thanks