Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

The session does not keep the data when used with header not cookie. #2

Open
sarasfox opened this issue Jul 10, 2015 · 0 comments
Open
Assignees
Labels

Comments

@sarasfox
Copy link
Contributor

If you use
controller.activateSessions({
sessionStorage: sessionStorage,
cookie: true
});
The Plugin works great but
controller.activateSessions({
sessionStorage: sessionStorage,
header: true
});
will lose the sessionData

@pluma pluma added the bug label Jul 14, 2015
@pluma pluma self-assigned this Jul 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants