How do I get it so that when the user clicks out of the web browser, the php session is destroyed? When the user logs in the session is created, however when they exit the browser, the session remains although I want it to end.
2007-07-27
05:24:20
·
2 answers
·
asked by
DBap
1
in
Computers & Internet
➔ Programming & Design
what do u mean by propogated via cookie or url?
2007-07-27
07:14:07 ·
update #1
All I know is that I do a session_start() and then I use $_SESSION['username']. Is that using urls or a cookie?
2007-07-27
07:19:28 ·
update #2