Set the scope in the page directive to session for all your JSPs (<%@page
language="Java" session="true"%>).
The data held in the session object will be available for all JSPs and
servlets within a given user's session.



============================================================================
============
Date:    Fri, 29 Dec 2000 08:58:27 -0800
From:    Rueda Prucksawatnont <[EMAIL PROTECTED]>
Subject: Jsp - frames - session ...  help pls

Hi,

Can anyone help pls?  I'm trying to figure out how I could retain session
from
frame to frame via jsp call to java servlet to jsp.

The situation is as follows:

** cookie is disabled.

** index.jsp
   - 2 frames a.jsp and b.jsp

** b.jsp - contains 2 frames c.jsp and d.jsp

I want to be able to use the same session from index.jsp in all of the
jsp...
so that when i'll be able to call a servlet using that session.
In this servlet, I will invoke e.jsp


Is it possible????

Thanks in advance,
Rueda

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to