Re: How to get WebSession by Session ID

2012-03-06 Thread Martin A
Hi, Dan, Thanks for your prompt response, I also had in mind that type of workaround, so obviously I don't have much options here :) Best regards, Martin On Tue, Mar 6, 2012 at 5:58 PM, Dan Retzlaff wrote: > Hi Martin, > > The Wicket Session is stored in the HttpSession, and the servlet spec d

Re: How to get WebSession by Session ID

2012-03-06 Thread Dan Retzlaff
Hi Martin, The Wicket Session is stored in the HttpSession, and the servlet spec does not allow retrieving HttpSessions by ID. You may need to store the relevant data in a more accessible location. For a simple non-distributed application (single server), you might just put a map keyed by session