ReadOnlySessionFilter
The ReadOnlySessionFilter will make the session access read-only for all subsequent filters in the chain. No attributes can be saved into the session. For security reasons, the session can still be invalidated.
Classname
ch::nevis::nevisproxy::filter::session::ReadOnlySessionFilter
Library
libNPSessionFilters.so.1
Configuration
ReadOnly
- Type: Boolean
- Usage Constraint: required, conditions are supported
- Supported pragmas:
break
- Turns the read-only mode
on
oroff
.
Turns the read-only mode on
or off
.