diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-19 12:54:53 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-19 12:54:53 +0100 |
commit | 10411fc94395bdf217e8bbae61e0af3a73d37325 (patch) | |
tree | c6cdf4ecb1374d2534bc2b6a319b4ea78fdba475 /system/libraries/Session/Session_driver.php | |
parent | 052c02fb042a307c689441ef32ef23e8451a3136 (diff) |
[ci skip] feature/session (#3073): Add missing method docblocks
Diffstat (limited to 'system/libraries/Session/Session_driver.php')
-rw-r--r-- | system/libraries/Session/Session_driver.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/libraries/Session/Session_driver.php b/system/libraries/Session/Session_driver.php index de1908ac6..c4fbde4f8 100644 --- a/system/libraries/Session/Session_driver.php +++ b/system/libraries/Session/Session_driver.php @@ -89,6 +89,14 @@ abstract class CI_Session_driver implements SessionHandlerInterface { // ------------------------------------------------------------------------ + /** + * Cookie destroy + * + * Internal method to force removal of a cookie by the client + * when session_destroy() is called. + * + * @return bool + */ protected function _cookie_destroy() { return setcookie( |