When you are finished with a session in php is there a way to destroy or close it like the Session.Abandon command is asp? I know you can use session_destroy or session_unset to destroy the data or variables, but this does not destroy the session.
the session automatically gets destroyed once the browser is killed.. it also gets destroyed by the server after a particular period has lapsed.. this period can be defined in your php.ini file...
Bookmarks