Not a bug, but the only way to pass system cookie to another template with cURL was to complete loading current page and then fire new connection.
Code: Select all
<?php COUCH::invoke(); curl_exec( $ch ); ?>

Would be cool to have it the regular way. Doesn't look very nice :D