Skip to content

Commit

Permalink
Add reregister() function
Browse files Browse the repository at this point in the history
Register session handlers for use with USP SSO authentication plugin.
  • Loading branch information
jsperhac authored and nkissebe committed Jun 15, 2023
1 parent 8ef8c66 commit 47c6a7f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion core/libraries/Hubzero/Session/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,17 @@ public function destroy()

return true;
}


/**
* Register session handlers
*
* @return void
*/
public function reregister()
{
$this->store->register();
}

/**
* Restart an expired or locked session.
*
Expand Down

0 comments on commit 47c6a7f

Please sign in to comment.