Hello,
I have a joomla page which updates regularly using AJAX. Depending on other (external) events, the user may get logged out of the site. I would like to be able to tell from Javascript whether the user is (still) logged in. I am looking for some sort of Javascript function which will make a call to the server and will return true if the user is logged in or false if they are not logged in.
Thanks for any ideas.