DR-YangLong commented on issue #61: [SHIRO-670] ByteSource Serializable! URL: https://github.com/apache/shiro/pull/61#issuecomment-467748242 if you just went share session,look at the interface [Session](https://github.com/apache/shiro/blob/master/core/src/main/java/org/apache/shiro/session/Session.java) and the default implemention [SimpleSession ](https://github.com/apache/shiro/blob/master/core/src/main/java/org/apache/shiro/session/mgt/SimpleSession.java).the default implemention just can use JDK Serializer to serialize/deserialize.
---------------------------------------------------------------- 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
