fcjreed

Results 3 comments of fcjreed

I've fixed the issues in the following pull request: https://github.com/DeviaVir/zenbot/pull/2624 Let me know if there's any issues with the pull request.

Pull the latest code. It should be fixed with PR https://github.com/DeviaVir/zenbot/pull/2624

You could try implementing CookieSerializer yourself or extending DefaultCookieSerializer and overriding. Then in your config, just hook up your serializer: ``` @Bean public HttpSessionStrategy httpSessionStrategy() { CookieHttpSessionStrategy strategy = new...