SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Invalid cookies should not cause a server error

Open bfops opened this issue 11 months ago • 3 comments

Update the cookie processing for the session so that invalid cookies do not cause a server error. A bad session cookie should be detected and discarded.

This is possibly a P2 since it only happens if someone deliberately sets invalid cookies, we issue invalid cookies, or we wipe the database (which should not happen).

bfops avatar Jan 13 '25 19:01 bfops