Hi,
I have the following global_start plugin hook:
ob_start();
require_once('http://www.joshandfriends.com.au:45317/dancemusic/faces/ExternalPlugin.jsp');
$included_file = ob_get_contents();
ob_end_clean();
In the ExternalPlugin.jsp when i look for the cookies of my website it returns nothing at all!!!
When i place:
http://www.joshandfriends.com.au:453...rnalPlugin.jsp
in a browser i can see all cookies logged.
I had this on my old site as well.
Any ideas why i would be receiving no cookies?