Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow sessionStorage as an alternative to localStorage #176

Closed
jcbrand opened this issue Jun 2, 2014 · 0 comments
Closed

Allow sessionStorage as an alternative to localStorage #176

jcbrand opened this issue Jun 2, 2014 · 0 comments
Labels

Comments

@jcbrand
Copy link
Member

jcbrand commented Jun 2, 2014

Currently we use backbone.localStorage to store chat boxes, the contacts roster and messages.

sessionStorage might in many cases be a better fit since the cache will be cleared whenever the tab or window is closed.

What's required is a backbone.sessionStorage library, similar to backbone.localStorage which we currently use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant