Re: I get a new session on each page

2001-03-29 Thread kevin b
--- kevin b <[EMAIL PROTECTED]> wrote: > I'm using Tomcat 3.2 and IIS 5.0 and I'm having > problems with sessions. Each page get a new session > ID > so my carts are empty on each page or refresh. If I > run tomcat 3.2 in stand alone mode it works fine. > Here

Sessions under IIS 5.0

2001-03-29 Thread kevin b
I'm using Tomcat 3.2 and IIS 5.0 and I'm having problems with sessions. Each page get a new session ID so my carts are empty on each page or refresh. If I run tomcat 3.2 in stand alone mode it works fine. Here is an example piece of code that I did. <% Long text = (Long) session.getAttribute("t

I get a new session on each page

2001-03-29 Thread kevin b
I'm using Tomcat 3.2 and IIS 5.0 and I'm having problems with sessions. Each page get a new session ID so my carts are empty on each page or refresh. If I run tomcat 3.2 in stand alone mode it works fine. Here is an example piece of code that I did. <% Long text = (Long) session.getAttribute("t

Session values not saving

2001-03-27 Thread kevin b
I'm trying to use session values but under Tomcat they do not save if running under IIS. If I run tomcat as a stand alone then it works fine. I will do the isRequestedSessionIdFromCookie() and isRequestedSessionIdFromURL() and under the standalone the Cookie version shows true. But when running