We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5309058 commit 11ca9a8Copy full SHA for 11ca9a8
src/htaccess.cls.php
@@ -365,9 +365,9 @@ public function current_login_cookie($kind = 'frontend')
365
366
$rule_cookie = substr($rule, strlen('RewriteRule .? - [E='), -1);
367
368
- if (LITESPEED_SERVER_TYPE === 'LITESPEED_SERVER_OLS') {
369
- $rule_cookie = trim($rule_cookie, '"');
370
- }
+ //if (LITESPEED_SERVER_TYPE === 'LITESPEED_SERVER_OLS') {
+ $rule_cookie = trim($rule_cookie, '"');
+ //}
371
372
// Drop `Cache-Vary:`
373
$rule_cookie = substr($rule_cookie, strlen('Cache-Vary:'));
0 commit comments