-
- Downloads
Add a method to SimpleSAMLphp_SessionHandlerPHP to restore a session existing...
Add a method to SimpleSAMLphp_SessionHandlerPHP to restore a session existing previously to our own session. This can be used in SimpleSAML_Session to restore the PHP session status previous to calling our API, while also guaranteeing that our session is correctly saved. The documentation has been updated to reflect this and recommend how to deal with conflicting PHP sessions. This closes #244 and resolves #349.
Showing
- docs/simplesamlphp-sp.txt 11 additions, 0 deletionsdocs/simplesamlphp-sp.txt
- lib/SimpleSAML/Session.php 17 additions, 0 deletionslib/SimpleSAML/Session.php
- lib/SimpleSAML/SessionHandler.php 1 addition, 1 deletionlib/SimpleSAML/SessionHandler.php
- lib/SimpleSAML/SessionHandlerPHP.php 38 additions, 0 deletionslib/SimpleSAML/SessionHandlerPHP.php
Loading
Please register or sign in to comment