Welcome Guest Search | Active Topics | Sign In | Register

Callback script message Options
cn
Posted: Friday, September 11, 2009 10:14:19 AM
Rank: Advanced Member
Groups: Member

Joined: 8/31/2008
Posts: 33
Hi,

I'm using a CallBack panel on my page that automatically refreshes using client side javascript. The code behind in the page has the following line that directs the user to a logon page if they are not authenticated.
Quote:
if (!User.Identity.IsAuthenticated)
Response.Redirect("login.aspx?DestinationPageUrl=ordermanager.aspx");


After 30 minutes the user's authentication cookie expires. The next time the page refreshes it generates a client side error message "EO.WebControls Client Side Debug Message:..." stating the server didn't recognize the request.

How can I work around this?

Thanks,
Chris
eo_support
Posted: Friday, September 11, 2009 11:22:34 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Have you tried to call Redirect method on the CallbackPanel instead?

Thanks!
cn
Posted: Friday, September 11, 2009 12:11:09 PM
Rank: Advanced Member
Groups: Member

Joined: 8/31/2008
Posts: 33
No, can you point me at some documentation?
eo_support
Posted: Friday, September 11, 2009 1:45:14 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.