Re: Session_End

From: Saravana (saravank@sct.co.in)
Date: 03/27/03


From: "Saravana" <saravank@sct.co.in>
Date: Thu, 27 Mar 2003 18:48:28 +0530


Might be your aspnet_wp recycle, check out this kb article
http://support.microsoft.com/default.aspx?scid=kb;en-us;324772

--
-Saravana
MCAD,SE,SD,DBA.
"Nicolas Mercier" <nmercier50@hotmail.com> wrote in message
news:uSMGfNK6CHA.2412@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I am using the Session_End event from the Global.asax file. The use I want
> to make of it is when a user Session Timeout is launched, I want to
redirect
> the user to a login page. Everything works fine, when the Timeout is
> launched, the redirection is made. The problem is, that the Session_End
> event is triggered at any given time! Well, that's not entirely true, it
> seems to be triggered when data is loaded or when a page load takes a bit
of
> time. I know that IIS has a 90 second limit before triggering a Timeout
but
> I don't even get near that. After 6 or 7 seconds of loading the user is
> redirected to the login page... I don't understand, I have never
> programmatically forced a Timeout
>
> I would like to know why the Session_End is triggered so soon. Any ideas?
>
> --
> Regards,
>
> Nicolas.
> =========
> Please reply in the newsgroup.
>
> References for the .NET developper
>  - http://www.dotnet247.com/
>  - http://msdn.microsoft.com/
>  - http://groups.google.com/
>
>


Relevant Pages

  • Re: Redirect Session Timeout
    ... you can redirect the user to a page with you timeout message. ... I don't want them to just end up att the default Login page just like that. ... > In web.config I can set loginUrl to a certain URL. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • FormsAuthentication not expiring after timeout reached
    ... How can I cause users to be redirected to the login page, when trying to redirect, after FormsAuthentication's timeout ... what effect does setting the expiration time on an encrypted authorization ticket have when the persistence ...
    (microsoft.public.dotnet.general)
  • Session_End
    ... to make of it is when a user Session Timeout is launched, I want to redirect ... Everything works fine, when the Timeout is ... I know that IIS has a 90 second limit before triggering a Timeout but ... redirected to the login page... ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: After specified browser activity
    ... Thanks for posting in the community! ... you can only redirect user after the user's NEXT CLICK. ... However, since the timeout state info are on serverside, I ... "window.setInterval" function to check a hidden field flag to determine ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: After specified browser activity
    ... Thanks for posting in the community! ... you can only redirect user after the user's NEXT CLICK. ... However, since the timeout state info are on serverside, I ... "window.setInterval" function to check a hidden field flag to determine ...
    (microsoft.public.dotnet.framework.aspnet)

Loading