All Downloads are FREE. Search and download functionalities are using the official Maven repository.

en.help.ref-websessionproperties.html Maven / Gradle / Ivy

The newest version!


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 © 2005, 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices




© 2015 - 2024 Weber Informatics LLC | Privacy Policy