[BUG] If two requests set up the Session at the same time, two will appear
Open
🐞 type:bug
🕵🏽♀️ status:need-investigation
- Dominant language
- Go
- Stars
- 25.6k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description

I set up session A, and B

But I see two records in redis
One contains A, the other contains B
After refreshing the browser, one contains A and the other contains A and B
Maybe the interval between two requests is too short?
Contributor guide
Assessment
This issue has not been assessed yet.