05-07-2008, 11:02 PM
|
#1 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 119
Thanks: 21
|
Destroy Session on Browser Window Closing
Could I do this and destroy the session on the browser window closing?
PHP Code:
session_set_cookie_params(0);
Thanks!
|
|
|
|