The bookmark will cause a jsp page to run.
In the header you can store the Requested URL (first item in SnoopServlet)
in the session.
Then determine if the user has logged in.
If not then force a login. And then return them to their original Requested
URL.
Obviously, it is your job (and headache) to initialize session values and
beans and determine if they can in fact "jump" to the requested page.
I believe that in JRun you can use CallPage to do this.
Does anyone have any other suggestions.

Ralph Eddy
415-383-4924
fax) 415-383-6560
mailto:[EMAIL PROTECTED]


> -----Original Message-----
> From: A mailing list about Java Server Pages specification
> and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Gillard dIon
> Sent: Sunday, June 06, 1999 1:27 AM
> To: [EMAIL PROTECTED]
> Subject: JSP and session scope variables
>
>
> Hi, a quick question:
>
> 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?
>
> This is a public access scenario, so a "make them login
> response" will not
> suffice.
>
> --
> dIon Gillard, Multitask Consulting
> Work:      http://www.multitask.com.au
> Play:        http://www.trongus.com
>
> ==============================================================
> =============
> 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".
>

===========================================================================
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