Yeah, cheers Chris. I normally use :
<IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value session.use_only_cookies 1 php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 </IfModule> <IfModule sapi_apache2.c> php_value session.use_trans_sid 0 php_value session.use_only_cookies 1 php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 </IfModule> In webroot .htaccess What I meant to ask was, whether it was a CAKE setting I needed to comment/uncomment. The above does work BTW --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
