Hey Sergio, I didn't mean "client session", actually it was "session mgmt data stored at client side". Java automatically creates jsessionid cookies in client side. App engine framework is not creating session data. The jsession id in cookies will not be created only if client disables the cookies in his/her browser. You need not to bother about jsession id (in cookies) because you are not creating it at all.
Thanks Romesh On Mon, May 17, 2010 at 12:31 PM, Sergio Lopes <slo...@gmail.com> wrote: > 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 <soni.rom...@gmail.com> 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 <slo...@gmail.com> 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 > > > google-appengine-j...@googlegroups.com. > > > To unsubscribe from this group, send email to > > > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com><google-appengine-java%2B > 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<google-appengine-java%2bunsubscr...@googlegroups.com> > . > > 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 > google-appengine-j...@googlegroups.com. > To unsubscribe from this group, send email to > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@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.