Specifies session manager information.
As of Web Server, you cannot define a session manager either for a single sign-on session or for a virtual server. You must define session managers at the level of web applications.
The following table describes subelements for the session-manager element.
Table A–10 session-manager Subelements
Element |
Required |
Description |
---|---|---|
zero or one |
Specifies session manager properties. |
|
zero or one |
Specifies session persistence (storage) properties. |
The following table describes the persistence-type attribute for the session-manager element. The left column lists the attribute name, the middle column indicates the default value, and the right column describes what the attribute does.
Table A–11 session-manager Attribute
Attribute |
Default Value |
Description |
---|---|---|
persistence-type |
memory |
(Optional) Specifies the session persistence mechanism. Allowed values are memory, file, s1ws60, and mmap. Setting the value of persistence type to memory is equivalent to using Web Server’s IWS60 without any store. Setting the value of persistence type to file is equivalent to using Web Server’s IWS60 with FileStore. |