Class 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.
- TEnumerable implements Iterator
-
THttpSessionCookieMode
Package: System\Web
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/THttpSession.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0.4
Located at Web/THttpSession.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
None |
'None' |
|
string |
Allow |
'Allow' |
|
string |
Only |
'Only' |