pulse-active-sessions icon indicating copy to clipboard operation
pulse-active-sessions copied to clipboard

Redis Web Session active sessions counting not working

Open hoRacy opened this issue 6 months ago • 5 comments

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

hoRacy avatar Aug 12 '24 15:08 hoRacy