Before Session Start

Permalink
Hi all, quick question, I have a script (class) that needs to be initialized before session start, is there a way to do this using the API? It is a helper file.

mdzoidberg
 
mkly replied on at Permalink Reply
mkly
Hopefully someone has something better but from how I understand it
/concrete/startup/session.php

gets called really early in /concrete/dispatcher.php

You could look at User::regenerateSession() for some ideas maybe? Wish I could be more help.