Page MenuHomePhabricator

D11282.diff
No OneTemporary

D11282.diff

diff --git a/src/aphront/AphrontRequest.php b/src/aphront/AphrontRequest.php
--- a/src/aphront/AphrontRequest.php
+++ b/src/aphront/AphrontRequest.php
@@ -333,7 +333,6 @@
}
final public function clearCookie($name) {
- $name = $this->getPrefixedCookieName($name);
$this->setCookieWithExpiration($name, '', time() - (60 * 60 * 24 * 30));
unset($_COOKIE[$name]);
}

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 18, 2:20 AM (2 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6750770
Default Alt Text
D11282.diff (387 B)

Event Timeline