Re: What to do with Authentication/Session Timeout?

Tech-Archive recommends: Speed Up your PC by fixing your registry



why dont you increase the timeout in web.config?

"Simon Says" <simon429@xxxxxxxxx> wrote in message
news:eqwhTosCHHA.4428@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

I've a login page in which after authenticating it via the Oracle DB, I
will stored the user information into the Session. However, when the
Session timeout occurs, all of the user information will be lost.

I've tried doing a Reponse.Redirect call back to my login page whenever I
detected the Session is null, but I kept getting the exception saying "...
Redirect not all in Page Callback".

Could anyone give me some pointer how I should approach this issue.

Thanks,
Simon



.



Relevant Pages

  • Re: session related issue
    ... You can set up a Javascript bit to force the person to the login at that time you estimate the timeout has occurred, although timeout is server side and you cannot truly tell. ... make sure you abandon session in case you arrived early. ... in my application i am facing problems in maintaining session state. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: What to do with Authentication/Session Timeout?
    ... and it also gives me the same Callback exception. ... the page still doesn't redirect itself to the login ... stored the user information into the Session. ... all of the user information will be lost. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: how to persist login
    ... Because the session has timed out. ... could hijack the session. ... The default timeout for the cookie is one hour. ... I am persisting the login with the statement below ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Tomcat and Session timeouts
    ... > If the session times out, you could update a dynamic message that the login ... given user's session has timed out. ... login page again, I should include a timeout message. ...
    (comp.lang.java.programmer)
  • What to do with Authentication/Session Timeout?
    ... However, when the Session ... timeout occurs, all of the user information will be lost. ... I've tried doing a Reponse.Redirect call back to my login page whenever I ...
    (microsoft.public.dotnet.framework.aspnet)