What are the valid values for the Session Descriptor inside the weblogic.xml file for WebLogic 6.1?
Created May 7, 2012
Robert Castaneda A list of valid parameter names for the Session Descriptor in webLogic 6.1 are as follows:
Each should be enclosed within a separate <session-param> tag as follows:
- CacheSize
- ConsoleMainAttribute
- CookieComment
- CookieDomain
- CookieMaxAgeSecs
- CookieName
- CookiePath
- CookiesEnabled
- IDLength
- InvalidationIntervalSecs
- JDBCConnectionTimeoutSecs
- PersistentStoreCookieName
- PersistentStoreDir
- PersistentStorePool
- PersistentStoreType
- SwapIntervalSecs
- TimeoutSecs
- TrackingEnabled
- URLRewritingEnabled
Each should be enclosed within a separate <session-param> tag as follows:
<session-descriptor> <session-param> <param-name>URLRewritingEnabled</param-name> <param-value>True</param-value> </session-param> <session-param> <param-name>CookiesEnabled</param-name> <param-value>True</param-value> </session-param> </session-descriptor>