> How have people solved the problem where jsp's are bookmarked by users,
> and when the user returns to the page, none of the session beans are
> instantiated?

The JSP will start a new session and instantiate the beans if you've defined
them as session lifespan.

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

Reply via email to