MediaWiki REL1_35
SessionCheckInfoHook.php
Go to the documentation of this file.
1<?php
2
4
6use WebRequest;
7
27 public function onSessionCheckInfo( &$reason, $info, $request, $metadata,
28 $data
29 );
30}
Value object returned by SessionProvider.
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
onSessionCheckInfo(&$reason, $info, $request, $metadata, $data)
Use this hook to validate a MediaWiki\Session\SessionInfo as it's being loaded from storage.