Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-25 Thread Timothy Washington
MESSAGE- Hash: SHA1 Tim, Timothy Washington wrote: | Ok, got it. There was a buried 'response.rest()' call that I didn't | see before. response.reset? - -chris __ Looking for the perfect gift? Give the gift of Flickr

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-24 Thread Timothy Washington
: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, Timothy Washington wrote: | Oh, that's a good point. I actually have an EchoSservlet to test | stuff like this and the JSESSIONID is being passed back in that case

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-23 Thread Timothy Washington
is unnecessary. a href=%=response.encodeURL(http://www.idontknow.com/Idunno.html;)%Mongo only pawn in game of life/a In your Servlet code response.sendRedirect(encodeRedirectURL(http://www.idontknow.html)); HTH Martin- - Original Message - From: Timothy Washington [EMAIL PROTECTED

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-23 Thread Timothy Washington
Thanks for the feedback so far. I actually kept the interactions as simple as possible exactly to minimize any unknown behaviour. There's no SSL or filters in the application yet. So my code looks something like the following (by path of execution, I assume you mean the code's call sequence).

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-23 Thread Timothy Washington
, 2008 10:35:37 AM Subject: Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, Timothy Washington wrote: | Thanks for the feedback so far. I actually kept the interactions as | simple as possible exactly to minimize any

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-23 Thread Timothy Washington
@tomcat.apache.org Sent: Wednesday, April 23, 2008 1:58:03 PM Subject: Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Timothy, Timothy Washington wrote: | Yes, the client and server are both on my localhost (I also tried

Re: Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-23 Thread Timothy Washington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim, Timothy Washington wrote: | Oh, that's a good point. I actually have an EchoSservlet to test | stuff like this and the JSESSIONID is being passed back in that case. | I've copied it's process method which is called by doGet/doPost. So, what's

Tomcat not sending JSESSIONID (servlet session cookie) with new sessions

2008-04-22 Thread Timothy Washington
Hello there - newbie question. I'm developing a browser-based application. I i) copy the war file to the webapps/ directory, ii) startup tomcat and iii) send an http request from Firefox. In my handling servlet, if a session doesn't exist for this client, then I create one (via