Sun Java System Web Server 6.1 SP6 Programmer's Guide to Web Applications

Attributes

The following table describes attributes 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 6–13 session-manager Attributes

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 Sun Java System Web Server’s IWSSessionManager without any store.

Setting the value of persistence type to file is equivalent to using Sun Java System Web Server’s IWSSessionManager with FileStore.