-
- Downloads
Make it explicit that fetching or creating a session handler could throw an exception
This could happen when the handler is depending on a PHP extension, or connection to a database fails, or any other circumstance that may trigger an exception in the constructor of the session handler itself. We should be aware of this when using the session handler, therefore we update the phpdoc here to reflect that.
Please register or sign in to comment