Skip to content

Commit 617871c

Browse files
committed
empty session cookie removed
1 parent 4e2e221 commit 617871c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Services/Users/UserLogout.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ public function process(): string
140140
));
141141
}
142142
}
143-
//if (isset($_COOKIE[session_name()])) {
144-
// setcookie(session_name(), '', 0, MODX_BASE_URL);
145-
//}
146143

147144
$this->safelyDestroyUserSession();
148145

0 commit comments

Comments
 (0)