You probably should post some code where your inserting your attributes and retrieving them.
2011/3/29 Vinícius Gonçalves <[email protected]> > Yes, I do. Without this tag, sessions don't work localy too. I saw that for > sessions to manage attributes, they have to be serializable. I did it, but > it isn't working yet. > > 2011/3/29 Stephen Johnson <[email protected]> > >> Do you have this in your appengine-web.xml? >> >> <sessions-enabled>true</sessions-enabled> >> >> >> >> 2011/3/28 Vinícius <[email protected]> >> >>> I implemented an application using Java. I used sessions and in the >>> development environment everything worked fine. But, in GAE real >>> environment, the attributes of the session just vanished and I don't >>> know why. The session was not expired and I didn't cleaned the >>> attributes in anywhere in my code. Is there someone here who knows >>> explain this problem? How can I fix it? >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google App Engine" 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?hl=en. >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
