I am currently using AJAX control and also using httpcontext to redirect the page if the user is not authenticated.if two users are logged in at the same time and one deltes the other one. The other logged in user is getting exception page while clicking on the same AJAX control. So Looks like HttpContext is not working with AJX. I have already used windows.location option, but that doesn't work.
Is ther any work around for it.