Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/code-server
/ getCookieSessionName
Function
getCookieSessionName
src/common/http.ts:27–29 ·
view source on GitHub ↗
(suffix?: string)
Source
from the content-addressed store, hash-verified
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"
29
}
Callers
2
proxy.ts
File · 0.90
register
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected