Quote Originally Posted by DrByte View Post
In that case simply put your custom detection code in /includes/extra_configures/check_kohana.php as there's no need for the complexity of observers.
Thanks. There are two issues:

Wouldn't accessing kohana from zencart using require, curl, fopen or file_get_contents start a different session, as the user logs in with the browser and the script uses the server?

Also is there an issue if authorize.net calls a form_action_url from a cronjob and the kohana session does not exists?