Page 1 of 1

case study: session permanent application

Posted: Thu May 22, 2008 6:37 am
by mike9955
Hi. Am planning to develop an application whereby the session is alive until :
1 :the user clicks on the close button of his browser
2: the user logs out from the system.

The main issue here is how to catch the close button of the browser and secondly how to keep the session alive as the session is deemed to be unset after 30 min (depending on the php server configs).


any advice is welcome