hello Sergio
*
*
*This is not an issue. disabling session id in code will not stop the cookie
from saving session id. When you enable session in app engine xml file than
you are telling the framework that you don't want to save sessions in
cookies (client side), instead you want to save them on server i.e. using
_ah_session. Cookies JSession id is default behavior of Java session mgmt.
And it is nothing to do with APP engine framework.*
*
*
*thanks*
*romesh*
*
*
On Mon, May 17, 2010 at 11:19 AM, Sergio Lopes <[email protected]> wrote:

> Hi everybody
>
> I'm trying to make a completely stateless application. I configured
> <session-enabled> to false and it seems that sessions are not being
> created in server side (the datastore _ah_session table is not growing
> anymore). But all requests are setting the JSESSIONID cookie. Why?
> There is no session support...
>
> Is this a bug? Should I fill this in issue tracker?
>
> Thanks
> Sérgio
>
> --
> 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to