We just realized a problem that the session storage and cookies are remembered in chrome/firefox if user has selected continue where I left off.
We want to destroy session storage and session cookies as this is very critical for us. How could we do this even if user has continue where left off setting ON?
One temporary solution could be to not make it session level but expire after sometime. Any other better solution?