----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

You have to set header for you JSP's with 

pragma no-cache   and  cache-control private.


This two headers will take care of your problem.  This will keep local
cache on the client system instead of proxy level cache.

Actually by default Apache should set prama no-cache  (If you see in
httpds.conf file).




Janga

Claudio Higashi wrote:
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> You're right, Janga!
> 
> That is what is really happening.
> 
> But I cound't find where to set pragma nocache in JServ config files...
> Do you know where? (or anyone in this list..)
> 
> thanks,
> 
> Claudio Higashi
> 
> Janga Aliminati wrote:
> >
> > ----------------------------------------------------------------
> > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> > WHEN YOU POST, include all relevant version numbers, log files,
> > and configuration files.  Don't make us guess your problem!!!
> > ----------------------------------------------------------------
> >
> > This known problem..
> >
> > You can test by connecting server with direct connection(No proxy).  If
> > you connect with no proxy You will be all right.
> >
> > When userA, UserB connects from same proxy, cookie created at proxy
> > level and some times userA will see userB's information.
> >
> > To Avoid these type of cookie settings  use progma nocache in your Jserv
> > config files.
> >
> > Janga Aliminati
> >
> > Claudio Higashi wrote:
> > >
> > > ----------------------------------------------------------------
> > > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> > > WHEN YOU POST, include all relevant version numbers, log files,
> > > and configuration files.  Don't make us guess your problem!!!
> > > ----------------------------------------------------------------
> > >
> > > Hi all,
> > >
> > > i'm using Apache JServ 1.1.2, Apache 1.3.12 under Solaris 8.
> > >
> > > I have a servlet application that stores users data in the session. When
> > > the application is overloaded, sometimes an user session is changed to
> > > another user's session.
> > >
> > > For example, sometimes an user A whose name is Albert and an user B
> > > named Beth are logged in the application and the system is overloaded,
> > > the user B see Albert as her name (but she is Beth).
> > >
> > > It's similar to a bug reported in
> > > http://bugs.apache.org/index.cgi/full/6112
> > > but this bug is in open state, yet...
> > >
> > > Does anybody have experienced something like this?
> > > Please, any comments will be very appreciated.
> > >
> > > --
> > > Claudio Higashi
> > > Software Engineer
> > > Phone: +55 19 3737-4540
> > > Fax  : +55 19 3737-4501
> > > CI&T - software enabling the e-world
> > > http://www.cit.com.br
> > >
> > > --
> > > --------------------------------------------------------------
> > > Please read the FAQ! <http://java.apache.org/faq/>
> > > To subscribe:        [EMAIL PROTECTED]
> > > To unsubscribe:      [EMAIL PROTECTED]
> > > Search Archives:
> > > <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> > > Problems?:           [EMAIL PROTECTED]
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Search Archives:
> > <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> > Problems?:           [EMAIL PROTECTED]
> 
> --
> Claudio Higashi
> Software Engineer
> Phone: +55 19 3737-4540
> Fax  : +55 19 3737-4501
> CI&T - software enabling the e-world
> http://www.cit.com.br
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to