pbLogWebSession - cWebApp
This determines if the session manager object should log sessions in the session table
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbLogWebSession
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbLogWebSession to BooleanVariable |
| Write Access: | Set pbLogWebSession to BooleanVariable/Value |
Description
This determines if the session manager object should log sessions in the session table. With the standard session manager (cWebSessionManagerStandard), you can only set this to False if peLoginMode is set to lmLoginNone, because our login logic requires saving session records. It is conceivable that some other session manager would not have this requirement, which is why this is controlled with a property rather than a special peLoginMode mode value.
The session log for each web application can be viewed in the Web Application Administrator.