Hi
I'm using radtooltips where I am loading cotent from a database using ajax.
On another page i'm using RadAjaxPanel.
I both pages I'm experiencing problems when using using formsauthenticaton.
When user looses their session due to timeout the pages throw a pagerequestmanagerparsererrorexception in an alertbox.
And the user is not redirected to the login page.
IĀ“have set the Response.RedirectLocation = "Login.aspx?" in the login page's Init event.
What to do, make the pages redirect to loginpage upon lost sessions?
Best Regards