Hi, thanks for your help. Here's some feedback on the issue. I checked the settings for session.auto_start and it's set to off, what I did is to add "php_value session.auto_start 1" in a .htaccess file on the subdirectory since I don't have access to php.ini
What I did is to separate the JpGraph from cakePHP at least until I'm avaible to figure out why is not working. So I made a different subdirectory, with the before mentioned .htaccess file and three different files: File A, creates an array and stores it as a _Server variable and has a link to File B (see below) File B, reads the value of the _Server variable stored on File A, if exists prints a message along with the a print_r output. File B also contains an IMG tags whichs calls File C (see below), like this: <img src="population.php">. File C, has the jpGraph code to generate the graphic, the values are read from the same _Server variable that File B uses to make its output. On this configuration it works. I think you are right it's the session.auto_start what was causing me all this problems so, now what I'm going to do is add the same .htaccess file to the root of my cakephp application. Thanks again for your help, I'll be posting my results soon. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
