

as I said on the refactoring PR, the Serializable implementation of the Session class seems totally wrong as the SessionStorage is not serializable.

could you check this class ? I don't know Memcached at all. It also call the ``Memcached#close`` method which does not exist according to PhpStorm. This is clearly a copy-paste from the MemcacheSessionStorage which has it. the MemcachedSessionStorage uses a ``prefix`` property which does not exist. the Session class implements some methods that are not part of the SessionInterface. It also fixes a few typos in the variable names. For the SessionInterface, I added the tag in all methods as the Session class had them. This cleans the phpdoc of the refactored session by using inheritdoc in all appropriate places. 2c767d1 Fixed closeSession for the Memcached storageĮc44e68 Fixed the use of the prefix for the Memcached storageĥ808773 Fixed a typo and updated the phpdoc for the sessionĠ550bef Removed methods duplicated from parent class
