summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorRommel Castro A <rommelxcastro@gmail.com>2011-09-23 02:52:25 +0200
committerRommel Castro A <rommelxcastro@gmail.com>2011-09-23 02:52:25 +0200
commite378a39304723d77f1a3a378706d2a20b83f8e28 (patch)
tree6d47388b5a26b23a8e7edb95c622dabfcacbe108 /system/core/Security.php
parent8ff4623fcd2d0d2fcde10831ce9fbc857eb2347a (diff)
fixed issue #192
Diffstat (limited to 'system/core/Security.php')
-rwxr-xr-xsystem/core/Security.php1
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();