bdemers commented on issue #61: [SHIRO-670] ByteSource Serializable! URL: https://github.com/apache/shiro/pull/61#issuecomment-467068191 Not all implementations of ByteSource can be serializable. For example if the source was an input stream. That said, it should be easy store marshal/unmarshal to any custom store by just calling `getBytes()` or `toBase64()` @ChunMengLu do you have a custom Session Cache?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
