I'm currently trying this...
Code: Select all
$ses->setCookie('special_id',$special_id,"+30d");
to no avail. Can anyone help with the proper method to set a cookie using the $ses object?
Thanks
Code: Select all
$ses->setCookie('special_id',$special_id,"+30d");