How can you access the cakephp session variable from a php script?
I tried $_SESSION but it returns empty. I specifically want to get to the Auth session information.
Thanks
try this...
session_name('CAKEPHP');
session_start();
print_r($_SESSION);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With