AW: Sessions not working right

2001-03-27 Thread Reto Badertscher
: Montag, 26. Marz 2001 23:01 An: [EMAIL PROTECTED] Betreff: Sessions not working right I use the jsp:useBean id="Cart" scope="session" class="com.KBSoftware.Base.CustomerCart.CustomerCart"/ for my sessions and when I run the stand alone it works correct. When I

Re: AW: Sessions not working right

2001-03-27 Thread Jim Cheesman
At 10:26 AM 3/27/2001, you wrote: During testing (tracked the session id's) i just had the same problem, but what can be done about that? Our planned application server is a windows 2000 server with IIS. (Not really Tomcat related, but...) Although I'm not using IIS, I had a similar problem with

RE: AW: Sessions not working right

2001-03-27 Thread Slemp, Douglas, J (Doug)
distinctive session state if you build your code properly. -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 4:37 AM To: [EMAIL PROTECTED] Subject: Re: AW: Sessions not working right At 10:26 AM 3/27/2001, you wrote: During testing (tracked the session

RE: AW: Sessions not working right

2001-03-27 Thread Jim Cheesman
At 04:46 PM 3/27/2001, you wrote: I'm unfamilir with the method setAttribute for HttpSession(something new?) I myself have no problem with session state, as long as I use the getValue/putValue methods as defined in the HttpSession class. I then store any data I need to the session through a

RE: AW: Sessions not working right

2001-03-27 Thread Slemp, Douglas, J (Doug)
Is this 2.2 of the servlet api? If so, where did you get it? -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 10:00 AM To: [EMAIL PROTECTED] Subject: RE: AW: Sessions not working right At 04:46 PM 3/27/2001, you wrote: I'm unfamilir

RE: AW: Sessions not working right

2001-03-27 Thread Kief Morris
Slemp, Douglas, J (Doug) typed the following on 09:46 AM 3/27/2001 -0500 I'm unfamilir with the method setAttribute for HttpSession(something new?) I myself have no problem with session state, as long as I use the getValue/putValue methods as defined in the HttpSession class. putValue/getValue

RE: AW: Sessions not working right

2001-03-27 Thread Jim Cheesman
At 05:00 PM 3/27/2001, you wrote: Is this 2.2 of the servlet api? If so, where did you get it? http://java.sun.com, if I remember rightly... As Kief Morris mentioned, 2.3 is nearly out. (And I agree with Kief when he says that the probably reason for deprecation was to make the naming more

RE: AW: Sessions not working right

2001-03-27 Thread Slemp, Douglas, J (Doug)
: Sessions not working right At 05:00 PM 3/27/2001, you wrote: Is this 2.2 of the servlet api? If so, where did you get it? http://java.sun.com, if I remember rightly... As Kief Morris mentioned, 2.3 is nearly out. (And I agree with Kief when he says that the probably reason for deprecation

RE: AW: Sessions not working right

2001-03-27 Thread Craig R. McClanahan
On Tue, 27 Mar 2001, Slemp, Douglas, J (Doug) wrote: Is this 2.2 of the servlet api? Yes. HttpSession.setAttribute replaces HttpSession.putValue, for consistency with HttpServletRequest.setAttribute and ServletContext.setAttribute. If so, where did you get it? The spec is available

Sessions not working right

2001-03-26 Thread kevin bales
I use the jsp:useBean id="Cart" scope="session" class="com.KBSoftware.Base.CustomerCart.CustomerCart"/ for my sessions and when I run the stand alone it works correct. When I run Tomcat under IIS, session are never saved. Each time I go to a page that has a session Object it is always