bdemers commented on pull request #311: URL: https://github.com/apache/shiro/pull/311#issuecomment-882587328
@k4n5ha0, it depends on how you have your application configured, but if you are using a `shiro.ini` file (or similar) it should be something like: ```ini # define your implementation myCustomSerializer = com.example.MySerializer # assign it securityManager.rememberMeManager.serializer = $myCustomSerializer ``` There are a few other `ini` examples in Shiro's configuration docs: https://shiro.apache.org/configuration.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
