Assigning a new Session does not change Session.ID

2010-12-18 Thread RainbirdTheElder
Hello Wicket community, I'm relatively new to Wicket and I have a problem that I have not been able to solve so far by means of Google and crawling through the user mailing list archive. What I want to do is change or replace the current Session of somebody using my Wicket web application.

Assigning a new Session does not change Session.ID

2010-12-18 Thread RainbirdTheElder
Hello Wicket community, I'm relatively new to Wicket and I have a problem that I have not been able to solve so far by means of Google and crawling through the user mailing list archive. What I want to do is change or replace the current Session of somebody using my Wicket web application.

Re: Assigning a new Session does not change Session.ID

2010-12-18 Thread James Carman
On Sat, Dec 18, 2010 at 4:02 PM, RainbirdTheElder rainbirdtheel...@gmx.de wrote: I would be very grateful if you could try to explain this behavior to me in order to give me a better understanding of what Wicket is doing here and why, with my approach, I don't seem to be able to generate the

Re: Assigning a new Session does not change Session.ID

2010-12-18 Thread RainbirdTheElder
Use the source, Luke! That's the great thing about open source. You can read it to see what's going on and perhaps learn something along the way. You'd be surprised what kind of tricks you can pick up by reading other people's code. So, I'd say start working your way through it to try to