Are you sure it's not using session cookies at all, or is it only on
the welcome page that you see the jsessionid? The first request to the
server naturally doesn't include a session cookie, and the server
can't know that the browser has accepted the cookie until the browser
sends the cookie back in a subsequent request. So you have to click a
link or two from the welcome page before the jsessionids disappear
entirely from the URLs.
--
Len

On 6/16/06, Mon Cab <[EMAIL PROTECTED]> wrote:
Hi


All of a sudden tomcat has stopped settign session cookies.  I have
been developing on my local machine for approx 1yr. Now, When I goto my
webapps home page.  (http:/127.0.0.1:8080/webapp), tomcat is rewriting
the URL as
http://127.0.0.1:8080/webapp/Welcome.do;jsessionid=DAF0604E76E234C157A9BFDF53FD2617
indicating that it is not setting a session cookie.  When I check the
session cookie folder C:\Documents and Settings\user\Cookies, there is
no jsessionid cookie.

When I set a cookie from within webapp, the cookie is set as normal and
stored in the cookie folder C:\Documents and Settings\user\Cookies, and
is retrieved by my web application.

Why is Tomcat not setting a session cookie?

I configured my browser to accept all session cookies.  I am using
Windows XP Pro, with IE6.  j2sdk1.4.2_08, Tomcat 5.0.28.

This has been working as it is supposed to for 1 year.

Can anyone explain what is going on?





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to