[PHP] Re: Sesson handling with cookie

2004-12-22 Thread Bolla Sándor
Jason Barnett wrote: Bolla sándor wrote: Hi, PHP 4.2.2, MySQL 3.23.xx I have a problem destorying the actual session_id (SID)? I tried to use session_destroy(), session_unset, but nothing works, session_id() is always the same. Assuming you are using cookies... are you also destroying the user&#

[PHP] Sesson handling with cookie

2004-12-22 Thread Bolla Sándor
Hi, PHP 4.2.2, MySQL 3.23.xx I have a problem destorying the actual session_id (SID)? I tried to use session_destroy(), session_unset, but nothing works, session_id() is always the same. What I want to do is: - After 30 Minutes if the user didn't do any work then let the session die - It must be