----------------------------------------------------------------
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!!!
----------------------------------------------------------------

About "pragma, no-cache":
if you are thinking of "pragma, nocache" in the response header  I am afraid
it wont help you all the way even if you can tell jserv to send it(I haven't got a
clue
if jsev can). AFAIK you still need to do some tricks if you want to prevent
IE from caching your dynamically generated pages.

There are two docs on MS site about this.
One thing (and the only one I got working) is to set  dual
<head> tags in the document.

like(I think I got it right):.
<html>
<head>
  set your headers here
</head>
<body>
</body>
<head>
 set same headers here for IE because of IE issues with parsing
</head>
</html>

MS Proxy could behave same way, right?
So if "mixed" sessions really is a cache problem with the proxy - then this
solution might help.
HTH
//OLAS

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!!!
> ----------------------------------------------------------------
>
> I think I got it in some where apache/Jserv docs on apache.org site.
>
> 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]




--
--------------------------------------------------------------
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