I think this is a bug:

A servlet includes a .jsp (via include() not forward() )

The servlet always creates a session.

the session cookie never get's set, because the SessionInterceptor doesn't
have the Response that was given the sessionId... or something.

Does this sound right?  If I addCookie in the servlet, it will get sent
when the user goes through an include.

TIA,

Kenneth Topp




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

Reply via email to