commit | e378a39304723d77f1a3a378706d2a20b83f8e28 | [log] [tgz] |
---|---|---|
author | Rommel Castro A <rommelxcastro@gmail.com> | Thu Sep 22 18:52:25 2011 -0600 |
committer | Rommel Castro A <rommelxcastro@gmail.com> | Thu Sep 22 18:52:25 2011 -0600 |
tree | 6d47388b5a26b23a8e7edb95c622dabfcacbe108 | |
parent | 8ff4623fcd2d0d2fcde10831ce9fbc857eb2347a [diff] |
fixed issue #192
diff --git a/system/core/Security.php b/system/core/Security.php index e99418b..6c4c590 100755 --- a/system/core/Security.php +++ b/system/core/Security.php
@@ -169,6 +169,7 @@ // Nothing should last forever unset($_COOKIE[$this->_csrf_cookie_name]); + $this->_csrf_hash = ''; $this->_csrf_set_hash(); $this->csrf_set_cookie();