How To Make This Page Reload On Login / Logout?
I tried to make the user variable available serveside and now I've noticed that my page behaves the way I want it if I reload: So how can I force the page to reload at facebook co
Solution 1:
If your page content has dependencies on events that occur after the pageload (ie Facebook login/logout) your best bet may be to use jQuery + ajax to load and/or reload the dependent elements separately.
Post a Comment for "How To Make This Page Reload On Login / Logout?"