-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thomas,
Thomas Gelzhaeuser wrote: > - if the session identifier is known - use the session for the request > with which the session was started. You can make any request to a Tomcat server using a session id encoded in the URL like this: http://host/resource;jsessionid=[sessionid] This will act just like any other client, and if the session id is valid, it will be used. > - if the session identifier is unknown - start a new session on the > requested webapp (with a predefined session timeout to prevent wasting > resources) Do you mean that you want Tomcat to use the session id provided after creating it? Tomcat doesn't do this... if you request an invalid session id, you'll get a new session with an unrelated session id. Hope that helps, - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG5WkG9CaO5/Lv0PARAhQFAJ9ShdGAGZkSV8J2CtHRXy0s5KYYigCdGQzt pncF0BVBLHt8E5R+wAd3OUo= =ryX7 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]