RE: Problem with session tracking. Please help

2001-05-09 Thread Roberts Huw
To: '[EMAIL PROTECTED]' Subject: RE: Problem with session tracking. Please help [snip] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 17:13 To: '[EMAIL PROTECTED]' Subject:RE: Problem with session tracking. Please help I

Problem with session tracking. Please help

2001-05-02 Thread Roberts Huw
Hi All, We're having a problem with session tracking. We are using tomcat pretty much out of the box, without integrating with apache or anything like that. We are attaching an attribute to the session which we want (reasonably enough) to be per session. We are then sending requests for

RE: Problem with session tracking. Please help

2001-05-02 Thread William Kaufman
-- Bill K. -Original Message- From: Roberts Huw [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 02, 2001 3:21 AM To: '[EMAIL PROTECTED]' Subject: Problem with session tracking. Please help Hi All, We're having a problem with session tracking. We

RE: Problem with session tracking. Please help

2001-05-02 Thread Roberts Huw
-Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 15:02 To: '[EMAIL PROTECTED]' Subject: RE: Problem with session tracking. Please help 1) Does your browser have cookies enabled? If not, you need to rewrite all your URLs, using

RE: Problem with session tracking. Please help

2001-05-02 Thread William Kaufman
PROTECTED]] Sent: Wednesday, May 02, 2001 7:24 AM To: '[EMAIL PROTECTED]' Subject: RE: Problem with session tracking. Please help -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 15:02 To: '[EMAIL PROTECTED]' Subject: RE: Problem

RE: Problem with session tracking. Please help

2001-05-02 Thread Roberts Huw
a lot Huw -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 16:10 To: '[EMAIL PROTECTED]' Subject: RE: Problem with session tracking. Please help Are both the servers running on the same host? This sounds like a problem I've run into: since

RE: Problem with session tracking. Please help

2001-05-02 Thread Jan Kester
Message- From: William Kaufman [SMTP:[EMAIL PROTECTED]] Sent: woensdag 2 mei 2001 17:10 To: '[EMAIL PROTECTED]' Subject:RE: Problem with session tracking. Please help Are both the servers running on the same host? This sounds like a problem I've run into: since cookies

RE: Problem with session tracking. Please help

2001-05-02 Thread William Kaufman
To: '[EMAIL PROTECTED]' Subject: RE: Problem with session tracking. Please help Apologies. A misunderstanding. I have only one tomcat server. The different machines in question are different client machines. Interestingly tomcat doesn't appear to be trying to put anything in the cookie

RE: Problem with session tracking. Please help

2001-05-02 Thread Roberts Huw
++) { % %=cookie[j].getName()%nbsp%=cookie[j].getValue()%br %}% /body /html Thanks, Huw -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 02 May 2001 17:13 To: '[EMAIL PROTECTED]' Subject: RE: Problem with session tracking. Please help I have