I am currently "Playing" With the Java Play Framework and would like to know a simple solution to having an online status on the main.html page (this page will be consistent throughout the site e.g. navigation bar, header and footer). At the top of this page I would like an online status for users that are signed in, I am yet to implement authentication as I will probably use an already existing play module to do this. My concern is that would I have to send a variable through to the main.html for every page I implement with this online status.
My main question is how do you store globally accessible variables in play?
Thanks