RedisSessionHandler v0.9.1 Release Notes

Release Date: 2017-02-05 // about 7 years ago
  • 🔄 Changes:

    • usleep() is now called between unsuccessful locking attempts to make heavy locking situations less CPU intensive.
    • Locking is no longer attempted before checking if the session ID must be regenerated. When it has to be regenerated two locking operations were being performed, from 0.9.1 on only one is made.

    Issues resolved: