[Mediawiki-l] sessionHandling

Michael Heyder Info at hafenvolleyballer.de
Thu Aug 23 22:41:00 UTC 2007


Hi,

so I created a new specialpage. Going on I need some sessionhandling in 
there. At the moment id semms not be startet.

$wgAutoloadClasses['WizardBase']='./includes/WizardBase.php';
$wgAutoloadClasses['naw_WizardFunctions']='./extensions/NewArticleWizard/NewArticleWizardFunctions.php';
class NewArticleWizard
     extends SpecialPage implements WizardBase
{
	public function __construct()
{
....
}
}

So is there a global var which controlls the session or must it be 
startet via session_start(); ?

Thanks for some useful hints
mic




More information about the MediaWiki-l mailing list