I've got a public backend instance that I'd like to share the user
session (java sessions are enabled for app) from the frontend with so
that the user doesn't have to log in separately on the backend. The
intent is that the backend will handle a few reporting pages that are
memory intensive on the server, linked to from the frontend.

I'm using a custom domain like:

myapp.mydomain.com (frontend)
mybackend.myapp.mydomain.com (backend)

I can sign in to each fine separately, but the session and JSESSIONID
cookie apparently aren't shared out of the box with subdomains. It
creates a second session and cookie scoped to
mybackend.myapp.mydomain.com.

Anyone know how to configure things so the main cookie and session are
shared with backend subdomains?

-- 
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.

Reply via email to