Re: request.getSession(false) randomly returns null in servlet

2004-10-19 Thread Mark
Any other ideas? - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 8:36 AM Subject: request.getSession(false) randomly returns null in servlet Hi All, I have unstable behavior

Re: request.getSession(false) randomly returns null in servlet

2004-10-19 Thread Mark
) randomly returns null in servlet Hi All, I have unstable behavior in my web application when I try to get HttpSession. The problem is that the following code randomly returns _null_ for HttpSession. But next http

Re: request.getSession(false) randomly returns null in servlet

2004-10-19 Thread Mark
page URL is not encoded. David Any other ideas? - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 8:36 AM Subject: request.getSession(false) randomly returns null

RE: request.getSession(false) randomly returns null in servlet

2004-10-19 Thread Shapira, Yoav
Hi, Look what I found: session cookies not working with Tomcat and Apache ReverseProxy http://www.jguru.com/faq/view.jsp?EID=53878 It is a known issue/bug ? ;) It's amusing, that's for sure. First, the original issue is from 2000. Then there's someone on the above thread who says it

Re: request.getSession(false) randomly returns null in servlet

2004-10-15 Thread Mark
12, 2004 8:36 AM Subject: request.getSession(false) randomly returns null in servlet Hi All, I have unstable behavior in my web application when I try to get HttpSession. The problem is that the following code randomly returns _null_ for HttpSession

request.getSession(false) randomly returns null in servlet

2004-10-12 Thread Mark
Hi All, I have unstable behavior in my web application when I try to get HttpSession. The problem is that the following code randomly returns _null_ for HttpSession. But next http request from different servlet using the same code is fine. and when I call servlet with problem I've got null again.

Re: request.getSession(false) randomly returns null in servlet

2004-10-12 Thread David Wall
: request.getSession(false) randomly returns null in servlet Hi All, I have unstable behavior in my web application when I try to get HttpSession. The problem is that the following code randomly returns _null_ for HttpSession. But next http request from different servlet using the same code is fine

Re: request.getSession(false) randomly returns null in servlet

2004-10-12 Thread Mark
. David Any other ideas? - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 8:36 AM Subject: request.getSession(false) randomly returns null in servlet Hi All, I have unstable behavior in my web application when I try

Re: request.getSession(false) randomly returns null in servlet

2004-10-12 Thread Justin Ruthenbeck
on client side(browser). When I look at the source page URL is not encoded. David Any other ideas? - Original Message - From: Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 8:36 AM Subject: request.getSession(false) randomly returns null in servlet Hi