[PHP-DB] Ending session

2005-12-09 Thread Ron Piggott (PHP)
How do you actually end $_session variables so the session actually ends? I found the session_write_close() command. I am not sure if this is the correct command or not. One prime example I am using is a $_session variable to track which user account is active. I want to have a log off

Re: [PHP-DB] Ending session

2005-12-09 Thread Miles Thompson
At 05:30 PM 12/9/2005, Ron Piggott (PHP) wrote: How do you actually end $_session variables so the session actually ends? I found the session_write_close() command. I am not sure if this is the correct command or not. One prime example I am using is a $_session variable to track which user

Re: [PHP-DB] Ending session

2005-12-09 Thread Julien Bonastre
: [PHP-DB] Ending session At 05:30 PM 12/9/2005, Ron Piggott (PHP) wrote: How do you actually end $_session variables so the session actually ends? I found the session_write_close() command. I am not sure if this is the correct command or not. One prime example I am using is a $_session variable