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
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
If you use
controller.activateSessions({
sessionStorage: sessionStorage,
cookie: true
});
The Plugin works great but
controller.activateSessions({
sessionStorage: sessionStorage,
header: true
});
will lose the sessionData
The text was updated successfully, but these errors were encountered:
If you use
controller.activateSessions({
sessionStorage: sessionStorage,
cookie: true
});
The Plugin works great but
controller.activateSessions({
sessionStorage: sessionStorage,
header: true
});
will lose the sessionData
The text was updated successfully, but these errors were encountered: