> From: André Warnier [mailto:[EMAIL PROTECTED]
> Subject: Re: multiple Set-Cookie headers in initial http response
>
> Since you mention JBoss (which I don't know), is that still
> some kind of HTTP server front-end to Tomcat ?

JBoss is a full Java EE app server, using Tomcat internally to supply the 
servlet container subset of the Java EE spec.  It's comparable to WebSphere and 
WebLogic, but open source.  Some of the Tomcat committers work on JBoss as well.

> But, your arithmetic observations would tend to indicate that there is
> one session-id generated per first request, plus one per GET/POST
> parameter, which really does not make sense at all...

Sounds like something in the webapp is invalidating the current session and 
creating a new one each time it processes a parameter.  Perhaps code that 
should be executed once is incorrectly placed inside a loop?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to