CodeIgniter: the method for deleting and setting cookies. it is codeignitercookie. CodeIgniter: How to delete and set cookies. codeignitercookie this article describes how to delete and set cookies by CodeIgniter. Share it with you for your reference. The details are as follows: $ coo CodeIgniter: How to delete and set cookies, codeignitercookie
This example describes how to delete and set cookies by CodeIgniter. Share it with you for your reference. The details are as follows:
$ Cookie = array ('name' => 'loggedin', 'value' => 'yes', 'expire '=> '000000', 'domain' => '. apollo 0829.dev ', 'prefix' => 'Apollo _'); set_cookie ($ cookie );
$ Cookie = array ('name' => 'loggedin', 'value' => '', 'expire '=> '0', 'domain' => '. apol0829.dev ', 'prefix' => 'apollidon _'); delete_cookie ($ cookie );
I hope this article will help you design php programs based on the CodeIgniter framework.
Examples in this article describes how to delete and set cookies by CodeIgniter. Share it with you for your reference. Details: $ coo...