On 1/16/07, maskkkk <[EMAIL PROTECTED]> wrote:

Also...

Is a user's session created when the user logs in?

No, the session is generally created when the user first hits the
site.  However, when they login, there is an attribute stuffed into
the session by Acegi.  Look in UserCounterListener for more details.

Matt

(my HttpSessionListener doesn't seem to get called when a user logs in...)

Thanks,
  Andrew J. Leer


maskkkk wrote:
>
> Is there anyway to do a JUnit test on a HttpSessionListener?
>
> Thank you,
>    Andrew J. Leer
>

--
View this message in context: 
http://www.nabble.com/Testing-an-HttpSessionListener-tf3021337s2369.html#a8391465
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
http://raibledesigns.com

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

Reply via email to