Results 1 to 2 of 2

Thread: [2005] Atlas: Update Panel + Session

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Posts
    64

    [2005] Atlas: Update Panel + Session

    Has anyone found a way to redirect to the login page on a callback if a users authenticated session expires?

    With an update panel, if it executes a callback and the user isn't authenticated it throws an exception. Anyone else experience this?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Atlas: Update Panel + Session

    Then you can catch the exception in your callback function, can't you? Just check for the exception each time and if it occurs, you can

    document.location.href='login.aspx';

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width