This PR allows specifying the session container name and member to use in the underlying Session Storage instead of using the default. In case one of the new options are set, the StorageFactory creates a local instance of the Session Storage. Otherwise, it will retrieve the default aliased Session Storage 'DoctrineModule\Authentication\Storage\Session'
The Session Storage instance wrapper (ObjectRepository) is still cached by service manager.
Hello,
This PR allows specifying the session container name and member to use in the underlying Session Storage instead of using the default. In case one of the new options are set, the StorageFactory creates a local instance of the Session Storage. Otherwise, it will retrieve the default aliased Session Storage
'DoctrineModule\Authentication\Storage\Session'
The Session Storage instance wrapper (ObjectRepository) is still cached by service manager.