CodeIgniter Modification
Adjustments to Cookie Helper
Read the full discussion on this mod
Please note that the latest revision of this CI modification has been rolled into Kohana PHP version 1.0
Change Log
May 2nd 2007
- 19:59GMT : Modified user guide page to reflect
'name' => 'CookieName'
vice
'name'=> 'The Cookie Name'
given the confusion created by the latter.
May 2nd 2007
- 15:55GMT : Added $remove_live argument to delete_cookie() causing cookie value to be removed from $_COOKIE array if set to TRUE
- 16:01GMT : Modified user guide page to document the new flag.
April 29th 2007
- 14:24GMT : Changed 'discreet' to 'discrete' in updated user guide page.
April 28th 2007
- 16:08GMT : Corrected array index order in foreach() in method set_cookie() on line 50.
April 27th 2007
- 19:02GMT : Initial Upload
Package
modCookieHelper.zip
Updated User Guide Page