Class \Prado\Web\THttpSessionCookieMode
THttpSessionCookieMode class.
THttpSessionCookieMode defines the enumerable type for the possible methods of using cookies to store session ID.
The following enumerable values are defined:
- None: not using cookie.
- Allow: using cookie.
- Only: using cookie only.
Class hierarchy
- \Prado\Web\THttpSessionCookieMode
- \Prado\TEnumerable implements Iterator
Since: 3.0.4
__construct, current, key, next, rewind, valid |
public
mixed
|
Allow
|
'Allow'
|
public
mixed
|
None
|
'None'
|
public
mixed
|
Only
|
'Only'
|