You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a nice plugin, with quite some features, but I was wondering if not possible to add sessionStorage to backEnd options ?
I mean to specify it by giving a paramater to $.jStorage.currentBackend('sessionStorage') or to be automatically sessionStorage if no TTL set (or zero).
Or to introduce another option parameter just for this (beside TTL).
Of course that I can setup some TTL for it, but I cannot know if it's enough for user's session / needs or not.
Thanks,
The text was updated successfully, but these errors were encountered:
Helo Andris,
This is a nice plugin, with quite some features, but I was wondering if not possible to add sessionStorage to backEnd options ?
I mean to specify it by giving a paramater to
$.jStorage.currentBackend('sessionStorage')
or to be automatically sessionStorage if no TTL set (or zero).Or to introduce another option parameter just for this (beside TTL).
Of course that I can setup some TTL for it, but I cannot know if it's enough for user's session / needs or not.
Thanks,
The text was updated successfully, but these errors were encountered: