Can anyone help me here please? On 13 Abr, 17:13, TiagoP <[email protected]> wrote: > Yes, they are enabled. > > What I realized now is that the _ah_SESSION variable is not being > created, > not even on the development server (although it works). > > On 13 Abr, 17:10, Peter Ondruska <[email protected]> wrote: > > > > > Have you enabled sessions? > > Seehttp://code.google.com/appengine/docs/java/config/appconfig.html#Enab... > > > On Apr 13, 5:52 pm, TiagoP <[email protected]> wrote: > > > > Hi, > > > > I have this code that works just fine on the development server but > > > when I deploy the application, the session isn't created. > > > > What am I doing wrong? > > > > HttpSession session = req.getSession(true); > > > session.setAttribute("loggedIn", new String("true"));
-- 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.
