Hi all.

I have a small problem here and could use some toughts how to handle that.

A client to my tomcat application will send me a kind of session
identifier as part of the request. Is it possible somehow to emulate
the following behaviour:

- if the session identifier is unknown - start a new session on the
requested webapp (with a predefined session timeout to prevent wasting
resources)

- if the session identifier is known - use the session for the request
with which the session was started.

There is not much more what has to be done there. There is no data
which has to be replicated to the requesting server or anything else.

Any ideas how to start on this?

Thanks

Thomas.

---------------------------------------------------------------------
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