[appengine-java] Re: problem with using session.getAttribute()

2009-11-25 Thread addy.bhardwaj
Guys I had a similar issue when I was using JSF. What I found in my case was if I set an attribute (say dummy string "key" "value") on every request, the other values stored in the session are maintained. If I dont do that, on every subsequent request in which nothing is saved in the session, ot

Re: [appengine-java] Re: problem with using session.getAttribute()

2009-11-24 Thread Rusty Wright
Did you enable sessions? http://code.google.com/appengine/docs/java/config/appconfig.html See the section near the end, Enabling Sessions. Steph wrote: > I also have the same issue when retrieving session objects from a > servlet filter, and running in the local sandbox. > > On Nov 21, 10:11 p

[appengine-java] Re: problem with using session.getAttribute()

2009-11-23 Thread Steph
I also have the same issue when retrieving session objects from a servlet filter, and running in the local sandbox. On Nov 21, 10:11 pm, Sanjay wrote: > Did you solve this problem? I am facing exactly same problem, it would > be nice if you could share the solution if you found one. > > Thank you

[appengine-java] Re: problem with using session.getAttribute()

2009-11-23 Thread Sanjay
Did you solve this problem? I am facing exactly same problem, it would be nice if you could share the solution if you found one. Thank you -- 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