Jump to content

Help with session variables!


alfieshooter

Recommended Posts

I have a problem I'm sure should be easy to solve.

Basically, I have a chat window which pops up when clicked from a parent window. When a user does this I want their status to change to 'online', so I make an entry in a database.

When the user closes the chat window I want their status to change to 'offline', so I need to make a deletion from the database.

I have it working using a combination of PHP and javascript, but I not happy with it.

What I want to be able to do is set a session variable from the chat window, which will expire when it is closed down.

However, what I don't know how to get around is, if the user keeps the chat window open, but closes the main parent window (which I would have used to refresh and check if the session was still active), then how do I know when the user closes the chat window, as the parent has been closed so I have nothing to check if the session is still active.

Is it possible?

Please help.

Thanks
Link to comment
Share on other sites

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.