Jump to content

PHP session and cloasing window


shaikat

Recommended Posts

I think if you use

session_set_cookie_params(x);

x is the number of seconds until the cookie that holds the session id will be destroyed. If you do not declare x, and just use

session_set_cookie_params();

the cookie will be destroyed whent he browser window is closed.
How I track the window is closeing to call session_destroy(); I am opening a window and right click on a link and open a child window. The session is start on chid window. After closing the child window when i open a new child window find the session is still running. How i destroy the session when i close the child window.

Thanks in advance
-skt

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.