Hello everyone,
Currently I am working on flutter web application and struggling with session handling, shared_preference seems not working good here, anyone can suggest something for this, my requirements are:
1. Need to clear session when we close the web browser
2. User should not open the duplicate tab without login (should prompt for login in new tab)
Thanks in advance.