RE: SESSION PROBLEM in UNIX

2004-04-23 Thread Yansheng Lin
Forgot to include the line: request.getSession.invalidate(); should be sufficient, I hope. -Yan -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: April 23, 2004 10:08 To: 'Tomcat Users List' Subject: RE: SESSION PROBLEM in UNIX Hi Good. You are makin

RE: SESSION PROBLEM in UNIX

2004-04-23 Thread Yansheng Lin
rent error message. -Yan -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: April 23, 2004 04:49 To: Tomcat Users List Subject: RE: SESSION PROBLEM in UNIX HI , Any suggestions on the problem reported below .I would like to add another point that this works perfectl

RE: SESSION PROBLEM in UNIX

2004-04-23 Thread MUKUND Premchander
variable becoming null..any specific settings that I need to check ? -Original Message- From: MUKUND Premchander [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 12:23 PM To: Tomcat Users List Subject: RE: SESSION PROBLEM in UNIX Hi, Thank you for your inputs. I couldn't impl

RE: SESSION PROBLEM in UNIX

2004-04-20 Thread MUKUND Premchander
esday, April 20, 2004 7:53 PM To: Tomcat Users List Subject: Re: SESSION PROBLEM in UNIX MUKUND Premchander wrote: > I am using tomcat 3.2 not tomcat 4.0 hence as per your suggestion > I did try and implement HttpSessionBindingListener and put the object > into the session in the sam

Re: SESSION PROBLEM in UNIX

2004-04-20 Thread Veniamin Fichin
MUKUND Premchander wrote: I am using tomcat 3.2 not tomcat 4.0 hence as per your suggestion I did try and implement HttpSessionBindingListener and put the object into the session in the same jsp , the valueBound was called but when the session access threw null pointer exception valueUnbound wa

RE: SESSION PROBLEM in UNIX

2004-04-20 Thread MUKUND Premchander
Subject: Re: SESSION PROBLEM in UNIX MUKUND Premchander wrote: > Thank you for your reply . > > I use IE 6 as my browser in windows and tomcat on HP unix. > I meant that ,all I did was open a browser window load my application, > goto a particular page Set page to refresh fo

Re: SESSION PROBLEM in UNIX

2004-04-15 Thread Veniamin Fichin
MUKUND Premchander wrote: Thank you for your reply . I use IE 6 as my browser in windows and tomcat on HP unix. I meant that ,all I did was open a browser window load my application, goto a particular page Set page to refresh for every 10 secs( application had a combo box to set interval of refre

RE: SESSION PROBLEM in UNIX

2004-04-15 Thread MUKUND Premchander
x27;Tomcat Users List' Subject: RE: SESSION PROBLEM in UNIX Do you know how the session is being tracked in the browser? Cookie, url? Are you saying you use the same browser in each case? Can you log the http traffic? Martin -Original Message- From: MUKUND Premchander [mailto:[

RE: SESSION PROBLEM in UNIX

2004-04-15 Thread Martin Alley
Subject: RE: SESSION PROBLEM in UNIX hi, Thank you for your reply and suggestion . I have only one user and one browser window and I get this problem . I also like to mention that in the starting of the JSP if I added a line of code like session = request.getSession(false), then I don't get

RE: SESSION PROBLEM in UNIX

2004-04-14 Thread MUKUND Premchander
lto:[EMAIL PROTECTED] Sent: Thursday, April 15, 2004 2:24 AM To: 'Tomcat Users List' Subject: RE: SESSION PROBLEM in UNIX Hi, How about implementing HttpSessionListener so that you know when your session is getting created and destroyed? Also do you have multiple users running the same

RE: SESSION PROBLEM in UNIX

2004-04-14 Thread Yansheng Lin
Premchander [mailto:[EMAIL PROTECTED] Sent: April 14, 2004 07:41 To: Tomcat Users List Subject: SESSION PROBLEM in UNIX Hi, I have a jsp page which is refreshed atuomatically every 10 seconds.I get and put values in the session by using the implicit session variable . Everything works fine for

SESSION PROBLEM in UNIX

2004-04-14 Thread MUKUND Premchander
Hi, I have a jsp page which is refreshed atuomatically every 10 seconds.I get and put values in the session by using the implicit session variable . Everything works fine for say 2-3 mins after that the implicit session becomes null and throws a null pointer exception. I get a null pointer excep