Re: [PHP-WIN] Session destroy on window close.

2012-05-05 Thread Ferenc Kovacs
Set the session lifetime to 0 2012.05.05. 11:15, "Vinay Kannan" ezt írta: > Hi Guys, > > Any idea as to how we can destroy a PHP session on window close and not > only when the user clicks on logout link? There is a chance that the same > application can be used by different users with different

[PHP-WIN] Session destroy on window close.

2012-05-05 Thread Vinay Kannan
Hi Guys, Any idea as to how we can destroy a PHP session on window close and not only when the user clicks on logout link? There is a chance that the same application can be used by different users with different access privileges on the same computers. Right now m entirely depending on $_SESSION