Click to See Complete Forum and Search --> : Cake PHP session


kundanye
09-07-2009, 07:28 AM
How to save session in cake php ?
normally we save session like this
$_SESSION['session_name'] = "session_value";
but how to save in cake php ?

thewebhostingdi
09-16-2009, 04:23 PM
Hi,

You need to edit the app/config/my_session_handler.php and set your desired cake sessions variable there.