Actually, it completely depends on where you redirect to.  If you are redirecting to 
another page within your web app, and you have sessions enabled, and either the user 
has Cookies enabled or you properly used URL Rewriting to communicate the session then 
the session data will be available.  Otherwise no.
  (*Chris*)

Original Message -----------------------
yes, since it is in session, it shall be there in the context.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED] Behalf Of raj
Sharma
Sent: Tuesday, June 10, 2003 4:56 PM
To: [EMAIL PROTECTED]
Subject: Using Response.sendRedirect()


Hi,

  Will the session variables be available in the page where I  send by
response.sendRedirect() to the other page?


Raj

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to