Search found 1 match
- Tue Aug 13, 2002 2:54 pm
- Forum: PHP - Code
- Topic: A problem with sessions ("Session expired")
- Replies: 1
- Views: 539
A problem with sessions ("Session expired")
I work with PHP 4.0.6 for Windows If I turn session.auto_start on (session.auto_start=1) always, when I click "Back" button on my web-browser, "Session Expired" message appear. Is this normal or not? Furthermore, if I start session with session_start() function, it doesn't works?...