On Fri, 29 Nov 2002, Sven Frederik Pohl wrote:

> Date: Fri, 29 Nov 2002 15:10:41 +0100
> From: Sven Frederik Pohl <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: session form bean reuse
>
> Hello all,
>
> I got a simple question, but I could not find any answer on the net:
> Could a session scope form bean get reused by another session if the session ends?
> Or is it garanteed, that a session scope form bean instance is only used by a 
>*single* session?
>

Struts will not itself reuse form bean instances across sessions (although
your application could copy one if it really wanted to).

> Thanks in advance,
>
> Sven Pohl

Craig


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

Reply via email to