[15:29:19] should i be able to get $session from WebRequest instance just by calling ->getSession() ? [15:30:00] for some reason i get: Call to a member function getIP() on null in /srv/www/mediawiki-1.33.1/includes/user/User.php:2461 [15:30:44] should i tie the user instance into request before i try to get session [16:19:59] ha, i finally got it how it works();