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
inspect to see stored session id (for sanghsession)
replace the id to use illegal char (non-hex) e.g. z can be used as the first char
observe that the reinit of session is attempted infinitely and the VM's space will run out.
while this is a catastrophic bug, it can only happen now if a user manually modifies the id via devtools, so this bug is unlikely to present itself easily. Hence the lift and priority tags for this.