Ajax navigation and authentication
Hi
I'm using jquery mobile in an ASP.net mvc 3 site. I'm using authentication so the user has to log in when he visits the site.
When the user logs in he is redirected to main page "/"
but the address in the addressbar is : /Account/Logon#/Account/Logon
(Account being the controller for the Logon site and Logon the view.)
When the user refreshes instead of reloading the main page he is redirected to the logon page.
How can I fix this ?