Closed mrnejc closed 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.
fixed by 594c782794d38b4985e6a3c55705b6767fce1836
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.