Does anybody know if it is possible to capture something like a resource or connection id using the HTML WebSocket specification so that you can re-use or reopen a connection from a previous page. Use case would be I establish a web socket connection while on one page, then the user navigates to a separate page but I don't want to re-establish a new connection but rather use the previous one. You may be asking 'why let the user completely refresh the page?' and it's a legitimate question but not for this use case :)
Thanks.