Javascript – How to save user session info when the user closes the website
I'm trying to build a user replay session functionality for a website and I'm using rrweb library to do that. What this library does is when recording: it captures all the events in the webpage and I'm able to save…