Hey Romesh Thanks for your help! I think JSESSIONID is not a "client session", it's just an identifier that refers to a server-side session. It doesn't make sense in world without server-side sessions. I think that id means nothing if my sessions are disabled on server
On May 17, 3:06 am, romesh soni <[email protected]> wrote: > 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%2B > > [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 > athttp://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.
