Tomcat Sessions...

2004-11-25 Thread Quinton Delpeche
Hi, I have a friend who has a question for the list. One thing I have seen is that if I open 2 tabs in Firefox with the same app running and log in as different users, it works for a while and then, all of a sudden, both tabs have the same user information. I contacted the supplier of the

RE: Tomcat Sessions...

2004-11-25 Thread Dale, Matt
Firefox will share sessions between the tabs so i'm surprised this works at all. -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 11:44 To: [EMAIL PROTECTED] Subject: Tomcat Sessions... Hi, I have a friend who has a question for the list

RE: jk2 + apache vhosts + tomcat sessions

2004-04-15 Thread Angus Mezick
Sorry for this being so late. [uri:*] group=lb This will map all traffic to the same load balance group. -Original Message- From: Jens Saade [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 8:09 AM To: Tomcat Users List Subject: Re: jk2 + apache vhosts + tomcat sessions

Followup jk2 + apache vhosts + tomcat sessions

2004-04-13 Thread Jens Saade
Hi, I already sent an email named jk2 + apache vhosts + tomcat sessions but no response yet. Maybe I didn't describe my problem clearly enough so here is another go: I've got an apache http 1.3.x running in front with multiple vhosts. Some of those vhosts are redirected to a single tomcat 5

Re: Followup jk2 + apache vhosts + tomcat sessions

2004-04-13 Thread Nikola Milutinovic
Jens Saade wrote: Hi, I already sent an email named jk2 + apache vhosts + tomcat sessions but no response yet. Maybe I didn't describe my problem clearly enough so here is another go: I've got an apache http 1.3.x running in front with multiple vhosts. Some of those vhosts are redirected

Re: Followup jk2 + apache vhosts + tomcat sessions

2004-04-13 Thread Jens Saade
with the tomcat vhosts? Or do they still not share the same tomcat http session on this single application? Jens Nikola Milutinovic wrote: Jens Saade wrote: Hi, I already sent an email named jk2 + apache vhosts + tomcat sessions but no response yet. Maybe I didn't describe my problem clearly enough so

jk2 + apache vhosts + tomcat sessions

2004-04-12 Thread Jens Saade
Hi, I have multiple vhosts on an apache 1.3.x connected to a tomcat 5 via jk2. e.g.: [EMAIL PROTECTED] (apache http) -jk2--- v [EMAIL PROTECTED] (apache http) -jk2--- single tomcat instance [EMAIL PROTECTED] (apache http) -jk2---^ ... Is it possible for those vhosts to somehow share the same

Re: jk2 + apache vhosts + tomcat sessions

2004-04-12 Thread Jens Saade
oops, of course i ment vh1.foobar.com and so on ... =) Jens Saade wrote: Hi, I have multiple vhosts on an apache 1.3.x connected to a tomcat 5 via jk2. e.g.: [EMAIL PROTECTED] (apache http) -jk2--- v [EMAIL PROTECTED] (apache http) -jk2--- single tomcat instance [EMAIL PROTECTED] (apache

Tomcat Sessions

2004-02-12 Thread Dale, Matt
Hi, Currently it seems that sessions are serialised and kept through restarts of Tomcat. Is there any way to prevent this so that all sessions are wiped when Tomcat is restarted. And even better would be to wipe them on a context basis, when a context is reloaded. Ta Matt Any opinions

RE: Tomcat Sessions

2004-02-12 Thread Shapira, Yoav
Howdy, Currently it seems that sessions are serialised and kept through restarts of Tomcat. Is there any way to prevent this so that all sessions are wiped when Tomcat is restarted. And even better would be to wipe them on a context basis, when a context is reloaded. Yes to both:

tomcat sessions and webapp deployment

2002-11-25 Thread Baker, Derek
Hello, Tomcat 4.1.12, running with JBoss 3.0.4 on RedHat 8.0, seems to be holding onto sessions between deployments of a webapp. With the old version (3.something) the sessions would get killed when the app was redeployed. But now I have to shutdown tomcat, redeploy the app, and then restart

Re: tomcat sessions and webapp deployment

2002-11-25 Thread Bill Barker
Baker, Derek [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, Tomcat 4.1.12, running with JBoss 3.0.4 on RedHat 8.0, seems to be holding onto sessions between deployments of a webapp. With the old version (3.something) the sessions would get killed when

Re: tomcat sessions and webapp deployment

2002-11-25 Thread Ron Smits
Morning Nope, Tomcat 4.1.x will hang onto the sessions. And the even worse news is that Tomcat 3.3.2-dev will now hang onto the sessions across a context-reload :). This is not the behaviour I see.Sessions are invalidated after an ant reload on tomcat 4.1.12-LE on a semislackware install

Re: Will tomcat sessions work with IE6?

2001-10-04 Thread Jonathan Eric Miller
- Original Message - From: Reynir Hübner [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 4:29 PM Subject: RE: Will tomcat sessions work with IE6? I´ve also made few tests on this, sessions are being created both when user is logged on and not. the only thing

Re: Will tomcat sessions work with IE6?

2001-10-04 Thread Jonathan Eric Miller
: Tuesday, October 02, 2001 9:50 PM Subject: RE: Will tomcat sessions work with IE6? I think your problem is related to new feature in IE6 third party cookies privacy setting which by default will not accept any third party cookie. In IE5.x, default is accept. Kenneth -Original Message

RE: Will tomcat sessions work with IE6?

2001-10-04 Thread Brandon Cruz
]] Sent: Thursday, October 04, 2001 2:28 PM To: [EMAIL PROTECTED] Subject: Re: Will tomcat sessions work with IE6? If you use the default privacy settings for IE6, it should work fine. As you noted, third party cookies are blocked by default. However, the cookie that Tomcat uses for session IDs

Will tomcat sessions work with IE6?

2001-10-02 Thread Brandon Cruz
Just out of curiosity, is there a way to set tomcat so that the session cookies it sets will contain the privacy policy that is required by default settings in IE6? If not, does that mean that every application is going to have to store the session in the URL to work with IE6? Thanks! Brandon

Re: Will tomcat sessions work with IE6?

2001-10-02 Thread Bavo De Ridder
Hi, I use IE6 together with Tomcat and I didn't encounter any problems ... Bavo - Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 02, 2001 6:12 PM Subject: Will tomcat sessions work with IE6? Just out of curiosity, is there a way

RE: Will tomcat sessions work with IE6?

2001-10-02 Thread Reynir Hübner
:[EMAIL PROTECTED]] Sent: 2. október 2001 21:07 To: [EMAIL PROTECTED] Subject: Re: Will tomcat sessions work with IE6? Hi, I use IE6 together with Tomcat and I didn't encounter any problems ... Bavo - Original Message - From: Brandon Cruz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

RE: Will tomcat sessions work with IE6?

2001-10-02 Thread ykwan
:12 AM To: [EMAIL PROTECTED] Subject: Will tomcat sessions work with IE6? Just out of curiosity, is there a way to set tomcat so that the session cookies it sets will contain the privacy policy that is required by default settings in IE6? If not, does that mean that every application is going

New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Graeme Miller
We are using Tomcat J2EE form-based login security on our website. The user requests a protected page and is automatically redirected by Tomcat to the login page from which they login and enter the site. No problem there - it works perfectly. However when we open a new window using

Re: New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Boris Garbuzov
Is it a new J2EE standard of login - so called authentication? Where to read about it? Graeme Miller wrote: We are using Tomcat J2EE form-based login security on our website. The user requests a protected page and is automatically redirected by Tomcat to the login page from

RE: New Windows, IE 5 and Tomcat sessions dying

2001-05-31 Thread Graeme Miller
- From: Boris Garbuzov [mailto:[EMAIL PROTECTED]] Sent: Friday, 1 June 2001 4:10 p.m. To: [EMAIL PROTECTED] Subject: Re: New Windows, IE 5 and Tomcat sessions dying Is it a new J2EE standard of login - so called authentication? Where to read about it? Graeme Miller

Tomcat Sessions

2001-04-06 Thread Noone Anil Kumar
Hi , We are running tomcat 3.2.1 on WinNT with Apache Server 1.3.12, and here is the problem that we are facing with Session: "HttpSession session = getSession(req)" where req is the HttpServletRequest object. is working fine with ServletRunner (provided by Jsdk2.0) but when we start using it

RE: Tomcat Sessions

2001-04-06 Thread William Kaufman
Is there any difference in : Jsdk2.0 HttpSession Object the above one org.apache.tomcat.facade.HttpSessionFacade IS an HttpSession. So whenever we try to access the current session object, it seems that we get NULL object in Tomcat. I don't know what

Re: Tomcat Sessions

2001-04-06 Thread Noone Anil Kumar
Yes, i was using HttpServletRequest.getSession() function call inside getSession( req ) function, It's working fine with Servlet runner but not with tomcat as i said ... William Kaufman wrote: Is there any difference in : Jsdk2.0 HttpSession Object the above one

Re: Tomcat Sessions

2001-04-06 Thread Noone Anil Kumar
Here is the trace: java.lang.NullPointerException at org.apache.tomcat.facade.HttpSessionFacade.getValue(Compiled Code) at org.apache.tomcat.facade.HttpSessionFacade.getValue(Compiled Code) at SessionTrack.run(Compiled Code) at java.lang.Thread.run(Compiled Code) In SessionTrack class i am

Re: Tomcat Sessions

2001-04-06 Thread T. Park
Hi, I'll wager that you've cached your session object between requests and the HttpSessionFacade object has been 'recycled'. I got horribly burned by this in some code I wrote - I was caching the session object in the ServletContext (naughty) and, if the session object was non-null, I tried to

RE: Tomcat - Sessions and WAP Browsers

2001-02-22 Thread wapeditor
Hi!, Actually, WAP protocol does not support cookies (at least the version I worked on). You have to deal with URL Rewriting, in order to include the session ID into the requested URL. Once there, tomcat automatically reads the session ID from the URL instead of using the cookie. This is the

Autoreply: RE: Tomcat - Sessions and WAP Browsers

2001-02-22 Thread bwheeler
-To: mailing list [EMAIL PROTECTED] From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 22 Feb 2001 17:37:35 +0100 Subject: RE: Tomcat - Sessions and WAP Browsers Priority: Normal X-mailer: Phoenix Mail 0.92.08 Standard Edition MIME-Version: 1.0 Content-type: multipart/mixed; boundary=-Phoenix

Tomcat - Sessions and WAP Browsers

2001-02-20 Thread BBueckers
The real problem I am running into is that most WAP browsers don't support cookies and thus the storing of session data in the cookie. I use Tomcat as my servlet engine, and I have a secured part of my site. How Tomcat works in a web environment is this. When you request a page that is secured,