I need to overload session classes, but I can't figure where to put thoses lines... * class_alias('Matnat\\Session_Driver', 'Session_Driver'); * class_alias('Matnat\\Session_Cookie', 'Session_Cookie');
I tried just before or after the Autoloader::register(); but it simply doesn't work... In fact, the class is loaded, instantiated, but the session is not created (no cookie, no session).