Jump to content

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
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.