Thanks very, much to all who replied. That works now.
Rob
Caldarale, Charles R wrote:
>
>> From: ryoung5367 [mailto:[EMAIL PROTECTED]
>> Subject: Re: Question about Session MGMT
>>
>> I was just looking at how to turn off cookies in the
>&g
> From: ryoung5367 [mailto:[EMAIL PROTECTED]
> Subject: Re: Question about Session MGMT
>
> I was just looking at how to turn off cookies in the
> context.xml file it added this:
>
>
> cookie
> false
>
That's incorrect. The cookies attribute
>
> iD8DBQFG4HfL9CaO5/Lv0PARAm+AAJ9w1Gn3P/uXfFFgXFz3ggQxNjWOewCbBYT+
> YiJINdhnJXJ66QdH95iyRlw=
> =FKj2
> -END PGP SIGNATURE-
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Joshua and Rob,
Joshua Fielek wrote:
> That is because you have one session per browser session.
Or, more precisely, your application is using a cookie to maintain
state, and since the cookies used for both logins have the same
hostname, path, and na
That is because you have one session per browser session. If you open a
new tab, and log back in, the session is switched to the new user. If
you open another instance of IE/FF in another process, you should get
another session. if you open another type of browser (Opera, etc.), you
can log in
.
I am sure that I am messing up something with the Cookie used to maintain
session state, but I am not sure how to avoid this when using the same
browser?
Any help would be appreciated. Thanks in advance
Rob
--
View this message in context:
http://www.nabble.com/Question-about-Session-MGMT