Session storage

How can I clear the the session storage on logout?

Hi Willi,

What exactly do you mean by clear the session storage?

Are you talking about client session info, such as variables, etc. That is already cleared upon logout/close.’

If you have set anything in browser storage, then you must manage that yourself.

Sean