One option is to create your own HttpSessionListener and implement the
method sessionCreated(), where you can add objects to HttpSession.
Please refer to the javadoc of javax.servlet.http.HttpSessionListener
API for more details.

ND

-----Original Message-----
From: Luis Gervaso [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 27, 2006 11:36 AM
To: [email protected]
Subject: Application sign-in

Hello,

I need help about making this...

when an user login using form-based authentication i need retrieve a
user
objet from database and
store it in his httpsession

regards

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

Reply via email to