Exemplo n.º 1
0
 public function show()
 {
     if (session_id() === '') {
         // Send a cookie so anons get talk message notifications
         wfSetupSession();
     }
     parent::show();
 }
Exemplo n.º 2
0
 public function show()
 {
     // Send a cookie so anons get talk message notifications
     MediaWiki\Session\SessionManager::getGlobalSession()->persist();
     parent::show();
 }