You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is in PdoSessionHandler from Symfony 2.6 and MySQL:
When deleting sessions from database in close()-method, for all rows the time for lifetimeCol and timeCol is calculated. This will slow down the database and is not a good solution. How can it optimized?