Re: [appengine-java] jsessionid not present anymore

2010-12-05 Thread Ioan
Thanks for the update. In the meantime I've enabled the cookies in appengine-web.xml and now are working as expected. cheers Ioan -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine

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 own

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 wrote: > I still

Re: [appengine-java] jsessionid not present anymore

2010-12-02 Thread Ioan
I still have false in my appengine-web.xml. I have this value to false from beginning since I store them on the server in my way. In the development environment cookies are working as exepcted but on the live environment, jsessionid is not set. -- You received this message because you are subscri

Re: [appengine-java] jsessionid not present anymore

2010-12-02 Thread Stephen Johnson
My session cookies are working. Have you verified you still have: true in your appengine-web.xml file. Steve On Thu, Dec 2, 2010 at 3:00 PM, Ioan wrote: > 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

[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 in