Hi
I have about the same problem as here
scenario:
go to: mysite.com
redirects to: mysite.com/login.php that has a form to login, the form posts to itself (so action="login.php")
if login successful i want to redirect to mysite.com (login state is stored in cookie)
mysite.com has a number of pages, with 1 being the homepage with links to other pages.
the home page I have added data-url="/" to, so the url is updated correctly but
only the homepage page is loaded. the rest of the pages are just not visible in the DOM
if I refresh the page, it checks that I am still logged in, and then I do see all the content fine.
just after a fresh login, the redirect only shows the homepage, but the rest of the pages are not loaded.
Anyone got any ideas?
thx