diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-23 13:12:17 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-09-23 13:12:17 +0200 |
commit | d26133be24eef68b1bead61e7e808f4424a71a0a (patch) | |
tree | aeaa265727f335f25ecd2072b6827a38e3b4b98c | |
parent | d295eea0ae492c0ccdb1488ed841b83f8160a2a7 (diff) | |
parent | e378a39304723d77f1a3a378706d2a20b83f8e28 (diff) |
Merge pull request #480 from rommelxcastro/ci-issue-192
fixed issue #192
-rwxr-xr-x | system/core/Security.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index e99418bdd..6c4c59057 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -169,6 +169,7 @@ class CI_Security { // Nothing should last forever unset($_COOKIE[$this->_csrf_cookie_name]); + $this->_csrf_hash = ''; $this->_csrf_set_hash(); $this->csrf_set_cookie(); |