It sounds like a caching issue - proxy servers do weird things with caching.
I would try using the headers with different values to see if it makes any
effect:

response.setHeader("Cache-Control","no-cache");
response.setDateHeader ("Expires", 0);

Those lines should prevent caching at the proxy server.

Drew Falkman
Author, JRun Web Application Construction Kit
http://www.drewfalkman.com/books/0789726009/

-----Original Message-----
From: Savantraj, Chennamakal Subramanian [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 6:15 PM
To: JRun-Talk
Subject: Proxy & Disappearing Parameter


Dear Friends,

        I am experiencing a really funny problem.
We have a JSP Application running on JRun 3.1. This is a Local Intranet
Application.

I have a hidden field in form
        <input type="hidden" name="mode" value="0">

When I submit the form I get following strage results.
        Situation 1. Bypass the Proxy Server

        First time I get the value of mode.
        If I use back button of browser and submit again the parameter
becomes null.

        Situation 2. Go thru proxy server
        I always gets the value irrespective of first time or second time.

        Since going thru proxy slows down the access we do not want to use
that.

Could anyone throw some light to this strage problem.

Thanks in Advance...

Savant

-------------------------------------------------------------------
This email is confidential and intended only for the use of the individual
or entity named above and may contain information that is privileged. If you
are not the intended recipient, you are notified that any dissemination,
distribution or copying of this email is strictly prohibited. If you have
received this email in error, please notify us immediately by return email
or telephone and destroy the original message. Thank you. - This mail is
sent via Sony Asia Pacific Mail Gateway.
-------------------------------------------------------------------


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to