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! 