encoding URLs with jsessionid

2009-04-29 Thread Adam Wenocur
I'm running Wicket under a Tomcat daemon configured to have session management disabled for cookies. All of the links Wicket generates have the proper encoding of the jsessionid. I have a URL string I would like to encode, as I would normally do in a servlet by invoking the encodeURL() met

Re: Resuming a request cycle

2009-04-17 Thread Adam Wenocur
at is loaded first. On Apr 17, 2009, at 2:24 PM, nino martinez wael wrote: should be just give state a uuid and save it.. Then when the request comes in load it again... But how do you know when to save it? Just all the time? And what will the session contain? 2009/4/17 Adam Wenocur : Is it pos

Resuming a request cycle

2009-04-17 Thread Adam Wenocur
Is it possible to resume a request cycle by submitting a web request using only a URL? Ideally, we would like retrieve a unique identifier from the session or request cycle and include this value in a web request from a remote client in order to gain access to session parameters. Thanks,