MediaWiki master
SessionCheckInfoHook.php
Go to the documentation of this file.
1<?php
2
4
7
30 public function onSessionCheckInfo( &$reason, $info, $request, $metadata,
31 $data
32 );
33}
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
Value object returned by SessionProvider.
This is a hook handler interface, see docs/Hooks.md.
onSessionCheckInfo(&$reason, $info, $request, $metadata, $data)
Use this hook to validate a MediaWiki\Session\SessionInfo as it's being loaded from storage.