Hi All,
Terminate session on closing the browser/tab. I am designing a site for the internal use of company employees at the client place, which contains some important secured data. Whenever a user logs in, modifies the data and they directly close the browser instead of logout. so the session is not killed as i set the session maximum time as 8 hours which is equivalent to 28800.
session_set_cookie_params('28800');
I am struck with this since last 2 days. I tried many ways after spending a day browsing all forums. But none of them helped me. It would be ok even if it works only in internet explorer.
Please help me as this urgent..