DR-YangLong commented on issue #61: [SHIRO-670] ByteSource Serializable!
URL: https://github.com/apache/shiro/pull/61#issuecomment-467707521
 
 
   
你要将shiro的session存入缓存系统,在各个应用之间共享,你需要去重写shiro的session实现,因为shiro当前的session实现序列化/反序列化是通过readObject和writeObject进行的,也就意味着只有支持标准JDK的序列化/反序列化库能够正确的进行session的序列化和反序列化,例如使用kryo时需要单独为shiro配置序列化器为JDK序列化器,或使用fst。
 @ChunMengLu 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to