If i try to use my application on localhost, i haven't problem. But if i deploy my app, and then i try to use my app, i meet somw problem with session. In a nutshell, the app need login to accessing the homepage, with logging user object is memorized in session. So i sign-in in the app, and i am redirected on the homepage. And unitl now all is ok. But if i from the homepage click on link to the same page (homepage) it seems that the user, that is memorized in session, isn't in session, so i am redirected to the login page.
Why this? Why on localhost the app work, but the same app on google app engine doesn't work as i want? PS: Java code for getting or memorizing a user object is right (on localhost it's work) PS2: user object is not Google user object, but it's object defined by me -- 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.