Caldarale, Charles R wrote:
From: David Smith [mailto:[EMAIL PROTECTED]
Subject: Re: Re-executing a servlet request
2. With sessions -- the original params are stored in the
session and page 1 uses them in the absence of form params
-- ie when completing the process.
Have to be careful with storing data in sessions. If the client has
multiple browser windows or tabs open to the same webapp, they will
likely be sharing the session object.
- Chuck
I'm willing to live with that risk; that's unlikely in this app, and
won't cause a problem even if they do.
Dave
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]