ASP.NET 2.0 Client Callback not being called after Session expires

Last post 02-26-2006 6:06 PM by Mads Kristensen. 1 replies.

Sort Posts:

  • ASP.NET 2.0 Client Callback not being called after Session expires

    02-22-2006, 5:06 PM
    • Member
      5 point Member
    • arvaris
    • Member since 02-22-2006, 9:59 PM
    • Posts 1

    Hi, if a user is on a page and the session expires, if he tries to click on something that would fire a client callback, nothing happens.

    I understand that the user is now unauthorized and therefore should not be able to do anything on that page, but I wish it throw an error or something.  Because now, a user doesn't realize his session has expired and is clicking on links and nothing is happening.

    Pages that don't have restricted access still function properly even if the session expires, its only pages that have "deny=?" set in the web.config for that location.

    Has anyone else had this problem and can help?

    Thanks a lot!

  • Re: ASP.NET 2.0 Client Callback not being called after Session expires

    02-26-2006, 6:06 PM

    I have the same problem and it drives me crazy. I have managed a solution where I set a timeout for the callback to return. If it does not, you redirect to the login form.

    -------------------------
    www.madskristensen.dk

Page 1 of 1 (2 items)