Great, I'll check that out. I didn't realize that the mail list would
chop up my code formatting so horribly -- thanks for taking the time to
slog through it anyway.

-----Original Message-----
From: Igor Vaynberg [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 03, 2008 12:02 PM
To: users@wicket.apache.org
Subject: Re: Losing session information

a couple of things to look into:

access to Session is not synchronized, so make sure you sync
everything yourself.

if you have a stateless page it will not store the session in
httpsession, you might have to do that manually by calling
session.bind()

-igor


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

Reply via email to