You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our cookie is named session_token which is quite generic. We strip this when forwarding application traffic, meaning any application hosted cannot use this cookie. I suggest we prefix all our cookies with coder_ to deconflict anything in future.
Our cookie is named
session_token
which is quite generic. We strip this when forwarding application traffic, meaning any application hosted cannot use this cookie. I suggest we prefix all our cookies withcoder_
to deconflict anything in future.Cookie names:
coder/codersdk/client.go
Lines 23 to 25 in 3e30cdd
Cookie Strip:
coder/coderd/workspaceapps.go
Line 143 in 3e30cdd
The text was updated successfully, but these errors were encountered: