tomcat - Cross-domain sharing session on Tomcat6.0.20 -


i had answers on web. got answer adds these segments in context.xml:

<context sessioncookiedomain=".example.com" sessioncookiepath="/"> 

but unfortunately isn't applicable tomcat version, tell me how can this?

you can check these links out , see if these help:

  1. best way allowing subdomain session cookies using tomcat
  2. http://tomcat.apache.org/tomcat-7.0-doc/config/context.html

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -