I had assumed the cake session is the same, and indeed print_r($_SESSION) from w/in a controller will produce the expected array. But here is how I tested.
cake/app/controller/some_controller.php <-- creates session & displays as expected cake/app/webroot/test/print_session.php <-- print_r($_SESSION) has blank array the code for print_session.php is: session_start(); print_r($_SESSION); I've used sessions fairly extensively in the past, but I've just started experimenting with cake. Seems the cake session is cleared by design, but I don't see the benefit. I'm hoping I missed something obvious or that ther is a work around. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
