assuming servlet 2.2 as a baseline ...

shared session state is available to a collection of servlets which reside
within a common "web application" context. yes, session state can be
shared amongst servlets and is available to said servlets via the
HttpServletRequest.getSession() hook.

hope this helps,

- james

Sytze van Koningsveld wrote:

> Hi !
>
> Do session objects live through a sendRedirect statement ? Or are they meant
> for one servlet (or URL)  only ?
> Put differently : can sessions transfer servlet state from one servlet to
> another ?
>
> Kind regards,
>
> Sytze.
>
> Sytze van Koningsveld - software developer
>
> IC Group BV                             mailto:[EMAIL PROTECTED]
> Rivium Quadrant 81
> NL-2909 LC Capelle a/d IJssel
> PO Box 4254
> NL-3006 AG Rotterdam
>
> http://www.icgroup.nl
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to