Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14062625
D11282.id27111.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
387 B
Referenced Files
None
Subscribers
None
D11282.id27111.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 1:17 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6750770
Default Alt Text
D11282.id27111.diff (387 B)
Attached To
Mode
D11282: Fix an issue with clearing cookies when a cookie prefix is set
Attached
Detach File
Event Timeline
Log In to Comment