First time here? Check out the FAQ!
I want to store the session in redis, what should I do? Thank you Currently using springbootzk, the configured session is stored in redis, but it will prompt that the session cannot be serialized, please advise
seems you already asked the right question in https://forum.zkoss.org/question/112434/serializablesession/
After that you'll likely run into follow-up issues (in case you want to configure clustering), using the default redis session repository.
ZK can only work reliably if you use "sticky" sessions in your cluster.
ZK will only be able to synchronize concurrent requests to a session when the session returned by your session repository is the same instance. A deserialized session for every request will eventually result in missing components and component state. (A custom session repository implementation is necessary most likely)
depending on your goals to integrate with redis you might not be able to achieve all of them ...
Since this is a rather complicated and individual topic this forum might not provide all the detailed answers you need. If that's the case please contact our support for dedicated assistance.
Asked: 2020-06-23 09:36:18 +0800
Seen: 9 times
Last updated: Jun 23 '20
Change session expired error message
Column Layout Background Color
Migrate to ZK 9 From ZK 8 gives error
Component definition not found: drawer in [LanguageDefinition: xul/html] [closed]
ZK 9 Drawer Component - Help to set parent
Display data from database on a rendered Grid