Well this might throw some light:
Setting session variables :
session.putValue("name",Dan Sallis");
Getting session variables :
String friend = session.getName("name");
friend variable would hold Dan Sallis as value.
Have a nice day.
With regards,
Sachin S. Khanna.
----- Original Message -----
From: Sallis, Dan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 1999 10:58 PM
Subject: Session Tracking


> Can anybody show me some JSP code for setting and recalling session
> variables?
>
> Thank you
> Dan Sallis
> Web Developer
> http://www.dishnetwork.com
> Echostar Communications Corp
> Littleton, Colorado
> (303) 723-2822
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to