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

How to get WebSession by Session ID

2012-03-06 Thread Martin A
Hello, I'm developing a web application that is about to be displayed within a Facebook canvas page (app page). I have a problem which comes up whenever a user tries to make a payment through the app. Due to the usage of Facebook JS API and Facebook payments API it looks to me like the request made