Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Expired Session and WRAP Async Postback
posted

Hi,

I'm working on detected Expired Session during the Async Post back of WRAP.

In usual manner i redirect the response to another page e.g ExpiredSession.aspx. this stops the execution of previous page. but in case of Async Postback of WARP i cant redirect and even i cant stop the processing of current Page's response.

i digged into WRAP and CallbackManager and found that we can use CallbackManager.AddScriptBlock to redirect using Javascript. but how to stop the processing of current page response..... No Ideas.

If somebody has done anything about it i always like such peopleGeeked

Thanks

Parents Reply Children
No Data