Now another question has popped up. My bulletin board overview page, the one displaying all currently active/guests users and forums is a (stateless) BookmarkablePage. To be able to track the (guest) users however, I'm calling getSession().bind() in the page's constructor.
The session gets bound the very first time I access the page (and I'm displayed as a guest user). The url (www.myurl.com/forum) at this point however has no notion of jsessionid whatsoever, so if I simply refresh the page, a new session gets bound, now displaying two guests. Consequently, for every refresh a new session is spawned. Now I understand that this is the correct behaviour, but is there any way around people being able to spawn thousands of sessions :) ? -- View this message in context: http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19450432.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
