Re: [appengine-java] jsessionid not present anymore

2010-12-03 Thread Stephen Johnson
Well, they just pushed version 1.4 and it may be that the sessions-enabled flag wasn't enforced and now with version 1.4 perhaps it is. Sounds like you may have to set the cookie yourself if you don't want to enable sessions for some reason. On Fri, Dec 3, 2010 at 12:13 AM, Ioan

Re: [appengine-java] jsessionid not present anymore

2010-12-03 Thread Don Schwarz
Yes, this was a change we made in 1.4.0. If you have sessions disabled, we no longer bother to set the jsessionid cookie, because it was serving no purpose (at least within our own code). Were you using jsessionid for something else? If so, I suggest either enabling sessions or managing your

[appengine-java] jsessionid not present anymore

2010-12-02 Thread Ioan
Hello to all, I develop my application since about 5 months and everything looked ok till two days ago. I've noticed that suddenly I do not have jsessionid cookie anymore in the responses from the server. This is strange since in the last days i did not uploaded any version of my application and

Re: [appengine-java] jsessionid not present anymore

2010-12-02 Thread Stephen Johnson
My session cookies are working. Have you verified you still have: sessions-enabledtrue/sessions-enabled in your appengine-web.xml file. Steve On Thu, Dec 2, 2010 at 3:00 PM, Ioan trivia4...@yahoo.com wrote: Hello to all, I develop my application since about 5 months and everything looked