session icon indicating copy to clipboard operation
session copied to clipboard

Request SessionHandlerInterface support

Open kaxias opened this issue 1 year ago • 0 comments

use SessionHandlerInterface;

public function setSessionSaveHandler(SessionHandlerInterface $sessionHandler, bool $register_shutdown = true):  void
{
    session_set_save_handler($sessionHandler, $register_shutdown);
}

kaxias avatar May 21 '24 19:05 kaxias