All my object implements Serializable and I don't think that explain why JSESSIONID isn't created... but thanks, I tried to revert back my actions that implements IsSerializable for Serializable, but it didn't work either.
Christian On Tue, May 4, 2010 at 11:44 PM, yjun hu <[email protected]> wrote: > hi, are u using java ? if yes, the object you push into session must > implements java.io.Serializable . > you can follow this blog for more info: > http://www.hapeblog.com/blog.shtml?id=7 > > On Wed, May 5, 2010 at 10:54 AM, Christian Goudreau < > [email protected]> wrote: > >> Hummm I got a weird issue >> >> I added to my appengine-web.xml this line : >> <sessions-enabled>true</sessions-enabled> >> >> But no JSESSIONID cookie is created. >> >> Anyway Idea why ? >> >> Christian >> >> -- >> 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. >> > > > > -- > dream or truth > > -- > 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.
