When I use a old fashion form to login the browser it will ask me if I want to save my username and password. However I do not use form submits to login any more.
I use ajax to login and when the user logs in with the correct username and password combination the javascript will reload the page.
Is there a javascript method to tell the browsers that it has to save the login information?
How to fix this?