PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there a way to keep a session alive under this condition:
Say the user is on the site and they get up and they are still on the site's page, but haven't refreshed it or moved anywhere else, so there session expires and then they get logged out. But I want them to stay logged in as log as they have a page opened in the browser. Is this possible? How would I do it?