Take a look at enabling the RequestLogger and querying it. It gives
access to sessions and requests.

http://wicket.apache.org/docs/wicket-1.3.2/wicket/apidocs/org/apache/wicket/protocol/http/RequestLogger.html

Martijn

On Tue, Sep 2, 2008 at 6:32 PM, behlma <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
> I'm developing a portal/forum application for my dissertation and wanted to
> display a panel with all currently active users. Now I found an old thread
> (Wicket 2.0) where Eelco posted an example SessionStore implementation to
> solve this specific problem, but that raised some questions.
>
> 1. Should I subclass HttpSessionStore or SecondLevelCacheSS? What is the
> back-button problem with HttpSessionStore? Is there another way to solve
> this?
> 2. Eelco's implementation seems to be memory only, why would I want that?
> What are the advantages/drawbacks? Should I implement a custom database
> specific session store?
> 3. Not that I'm hitting a million users any time soon, but what would be the
> best approach in terms of clustering, just out of interest?
>
> Thanks in advance
> Marco
> --
> View this message in context: 
> http://www.nabble.com/Tracking-logged-in-users---SessionStore-questions-tp19273568p19273568.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]
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to