Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Web Session active sessions counting not working #39

Open
hoRacy opened this issue Aug 12, 2024 · 5 comments
Open

Redis Web Session active sessions counting not working #39

hoRacy opened this issue Aug 12, 2024 · 5 comments

Comments

@hoRacy
Copy link

hoRacy commented Aug 12, 2024

I experiencing an issue where session counting using Redis is not functioning correctly for our web session.

Steps to Reproduce:

  • Configure Redis as the session store.
  • Initiate multiple sessions by accessing the web application from different browsers or devices.
  • Observe the session count in Redis.

Expected Behavior:

  • The session count in Redis should accurately reflect the number of active sessions.

Actual Behavior:

  • The session count does not update correctly and does not reflect the active sessions.

Additional Information:

  • Redis Version: 6.0.16
    Laravel: 10.48.19

Thank you!

pulse

@ruchit288
Copy link
Member

ruchit288 commented Aug 13, 2024

@hoRacy - Thanks for briefly raising an issue. Issue resolved. Could you please check at your end with the web session using Redis.

@Heyian
Copy link

Heyian commented Aug 13, 2024

I got the same issue. I just updated to 1.7.1 but sadly the redis count is still at 0.

@hoRacy
Copy link
Author

hoRacy commented Aug 14, 2024

@Heyian @ruchit288 - unfortunately, still not working :(

@Heyian
Copy link

Heyian commented Aug 14, 2024

Something I'd like to point out, in my case, it works locally but not on any of my hosting providers. I have tested it on 3 different providers and the count stays at 0.

@ipearx
Copy link

ipearx commented Aug 25, 2024

Not working for me locally too, with Redis sessions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants