|
-
Aug 28th, 2006, 09:10 AM
#1
Thread Starter
Lively Member
[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?
-
Aug 29th, 2006, 10:51 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|