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 #175047 is a reply to message #175046] Fri, 05 August 2011 16:15 Go to previous message
me is currently offline  me
Messages: 192
Registered: September 2010
Karma:
Senior Member
On 8/5/2011 12:01 PM, Denis McMahon wrote:
> 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.


I'm not smart enough to know if this is a good or reliable way to do it.

http://php.net/manual/en/function.session-destroy.php

Search the page for "browser refresh". The contributor offers a function
to do such a thing (at least as I read it).

Bill B
[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:30:59 GMT 2024

Total time taken to generate the page: 0.04312 seconds