We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f94a8 commit 7b6844cCopy full SHA for 7b6844c
src/common/http.ts
@@ -25,5 +25,5 @@ export class HttpError extends Error {
25
}
26
27
export function getCookieSessionName(suffix?: string): string {
28
- return suffix ? `code-server-session-${suffix.replace(/[^a-zA-Z0-9\-]/g, "-")}` : "code-server-session";
+ return suffix ? `code-server-session-${suffix.replace(/[^a-zA-Z0-9\-]/g, "-")}` : "code-server-session"
29
0 commit comments