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 session identifier.

On Fri, Dec 3, 2010 at 9:49 AM, Stephen Johnson <onepagewo...@gmail.com> wrote:
> 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 <trivia4...@yahoo.com> wrote:
>>
>> I still have <sessions-enabled>false</sessions-enabled> 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 subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> google-appengine-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> 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-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
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-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to