clearing Cookie saved by bstatesave

clearing Cookie saved by bstatesave

Sunil KumarSunil Kumar Posts: 17Questions: 11Answers: 0

How to clear cookie saved by bstateSave exactly when the user logout.I can not use iCookieDuration because i don't know when user logout.

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    You can clear in the API with state.clear(), or if you look at the page for stateSave, you'll see it's either in localStorage or sessionStorage, so you can delete direct from there.

    Colin

This discussion has been closed.