case study: session permanent application

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mike9955
Forum Newbie
Posts: 2
Joined: Thu May 22, 2008 6:29 am

case study: session permanent application

Post 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
Post Reply