Thanks for the input. > -----Original Message----- > From: Lamriben, Mahmoud > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 12:54 PM > To: [EMAIL PROTECTED] > Subject: Re: HTML Form submit action and JSP interaction... > > > You should modify your header to prevent cashing. Here is > what you should add to the header. Note: This code is from > ASP. You should customize it to JSP. > > <%'Prevent browser page caching. > Response.AddHeader "cache-control", "private" > Response.AddHeader "pragma", "no-cache" > Response.ExpiresAbsolute = #January 1, 1980 00:00:01# > Response.Expires=0%> > > > -----Original Message----- > From: Rajkumar, Haripriya (Haripriya) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 12:37 PM > To: [EMAIL PROTECTED] > Subject: HTML Form submit action and JSP interaction... > > > Please DISREGARD... I posted on the wrong mailing list. > > ______________________________________________________________ > _____________ > 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
