FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Regarding Session reset
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Regarding Session reset [message #175046 is a reply to message #175045] Fri, 05 August 2011 16:01 Go to previous messageGo to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On Fri, 05 Aug 2011 08:08:47 -0700, Nitin wrote:

> This is Nitin here,I want to reset the session variables as soon browser
> got refresh. if any one knows how to do that. please guide me.

You can't do this reliably.

The best you can do is use session expiry times on the server.

You can *try* and use an onunload event handler in the page to trigger a
call to a url that will reset the session variables, but if the client
computer is disconnected from the network before the page is unloaded it
has no way to handle the event - for example a wifi connected system
where the signal drops and then the user closes the browser.

The only way to catch this is expiring the session on the server after a
predetermined amount of inactivity.

Rgds

Denis McMahon
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Using function prototypes in code
Next Topic: Stats comp.lang.php (last 7 days)
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 26 22:16:58 GMT 2024

Total time taken to generate the page: 0.03063 seconds