when you look at the AkDispatcher
$this->Request->recognize();
starts the session, and
$this->Controller->process..
processes that request, f.i. imports the models.
actually AkRequest starts the session even before including application_controller.php. so right now, the only point you have access to would be config/config.php
hm, look here (my last comment) for a similiar problem, I think. Comments, ideas, new tickets appreciated.
1 to 2 of 2