Hey everyone.
I noticed that CI generate session file in each user visit. The session file didn't contain something about user except last session creation about that user.
Is anybody know why it's created and how to prevent from session file creation on server? It's crazy to realize million of sessions file created on server.
I noticed that CI generate session file in each user visit. The session file didn't contain something about user except last session creation about that user.
PHP Code:
__ci_last_regenerate|i:1522498734;
Is anybody know why it's created and how to prevent from session file creation on server? It's crazy to realize million of sessions file created on server.