Some session-stores have a size restriction, e.g. the for the cookie-store it is 4096 chars, in Chrome at least.
The library stores more than that.
Maybe the required size can be reduced, or maybe it can be left to the user of the library what they really need in the session (i.e. not the whole user-info).
Would certainly be a larger change, to be more of a utility library than a framework library.
Some session-stores have a size restriction, e.g. the for the cookie-store it is 4096 chars, in Chrome at least.
The library stores more than that.
Maybe the required size can be reduced, or maybe it can be left to the user of the library what they really need in the session (i.e. not the whole user-info).
Would certainly be a larger change, to be more of a utility library than a framework library.