mrnejc / mongo-session-store

0 stars 0 forks source link

Only String is supported in Session data #1

Closed mrnejc closed 7 years ago

mrnejc commented 7 years ago

When doing session.put("key", value) code presumes the value is always String.

To enable more Object types edit toJsonObject() and fromJsonObject() functions in SessionImpl.

mrnejc commented 7 years ago

fixed by 594c782794d38b4985e6a3c55705b6767fce1836