en.help.ref-websessionproperties.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-web-plugin-help
Show all versions of console-web-plugin-help
Online help content for the console-web-plugin bundle.
Properties Specific to Web Container Sessions
The following properties are available for a web container session.
- enableCookies
If set to true, uses cookies for session tracking. The default value is true.
- enableURLRewriting
Enables URL rewriting. This provides session tracking by means of URL rewriting when the browser does not accept cookies. You must also use an encodeURL or encodeRedirectURL call in the servlet or JavaServer Pages (JSP) page. The default value is true.
- idLengthBytes
Specifies the number of bytes in this web module's session ID. The default value is 128.
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices