In a bea weblogic default clustered environment, what steps are required in the weblogic.xml file to authorize session.cookies.
Currently, the cookie is written too and read correctly with javascipt during a single session. However, once a new session for the application is launched the cookie can not be read. The cookie expiry is set to 365 which leads me to believe it has something to do with session and a variable or setting weblogic requires.
When the application.war file is deployed to Apache Tomcat the cookie works perfectly.
Does anyone have any suggestions on what parameters need to be set on either server launch or in the application weblogic.xml file?
Currently, the cookie is written too and read correctly with javascipt during a single session. However, once a new session for the application is launched the cookie can not be read. The cookie expiry is set to 365 which leads me to believe it has something to do with session and a variable or setting weblogic requires.
When the application.war file is deployed to Apache Tomcat the cookie works perfectly.
Does anyone have any suggestions on what parameters need to be set on either server launch or in the application weblogic.xml file?