When my laravel app doesn't use sessions at all, or it's set to a non-file engine, I don't want to rewrite php functions. So it's just another **adapterman** initialization method that won't check the php.ini Something like: ```php Adapterman::initStateless(); ```
When my laravel app doesn't use sessions at all, or it's set to a non-file engine, I don't want to rewrite php functions.
So it's just another adapterman initialization method that won't check the php.ini
Something like:
Adapterman::initStateless();