When a JSP bean is set to have LIFESPAN of session, can I reasonably assume
that a servlet that calls request.getSession() is operating on the same
session, and therefore can get the name of the beans stored by JSP in the
session by calling session.getValue("beanname")?
Also, what happens to a JSP's beans if a servlet calls invalidate() on the
session?
David
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".