GitHub user lprimak added a comment to the discussion: [Bug] Unexpected session expiration behavior on ARM64 architecture (Concurrency Issue)
What cache manager are you using? Is it `MemoryConstrainedCacheManager` or something else? Cache manager is the likely source of the race condition. The LLM diagnosis is wrong. All session access goes through SessionDAO which is uses concurrent data structures. GitHub link: https://github.com/apache/shiro/discussions/2447#discussioncomment-15452499 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
