Compare commits

..

No commits in common. "1694a0f284bde5d254583e78183caf346452f2ca" and "f2ad49d8ab7fa81ac931f6cf39de778500280fb0" have entirely different histories.

View File

@ -89,8 +89,6 @@ class Cookie {
list($hash, $value) = explode('|', $_COOKIE[$key], 2);
if (! $this->isSecure($hash, $value)) {
$this->delete($key);
throw new Exception\CookieInvalidSecureHashException("Invalid cookie hash value given.");
}