Handle php sessions with memcached?
R_J                
                
                     Admin                
            Would it be a good idea to add
to bootstrap.early.php?
I've read somewhere that handling sessions with memcached is good for performance, but I do not know very much about sessions. To my understanding this would be "too late", because I, the client, already have requested something and therefore started a session on the server when bootstrap.early.php is hit. Therefore telling the server to handle sessions with mecached at this point in time have no big impact anymore because it will b resetted on every new request.
So the only place where it could be useful is in the php.ini, correct?
0          
            
        
            
Comments
Vanilla doesn't use sessions, so my understanding is this would have no effect.
I'm so glad I began this with telling that I have no clue about sessions...