{"id":3683,"date":"2021-07-27T12:37:35","date_gmt":"2021-07-27T12:37:35","guid":{"rendered":"https:\/\/www.bearloga.space\/?page_id=3683"},"modified":"2021-07-27T12:37:35","modified_gmt":"2021-07-27T12:37:35","slug":"codeigniter-upravlenie-cookie","status":"publish","type":"page","link":"https:\/\/www.bearloga.space\/uk\/codeigniter-upravlenie-cookie\/","title":{"rendered":"CodeIgniter \u2014 \u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 Cookie"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Cookie \u2014 \u044d\u0442\u043e \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442 \u0434\u0430\u043d\u043d\u044b\u0445, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u0441 \u0432\u0435\u0431-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0430 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430.&nbsp;\u0423 CodeIgniter \u0435\u0441\u0442\u044c \u043e\u0434\u0438\u043d \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a, \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0439 Cookie Helper, \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430\u043c\u0438 cookie.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441<\/strong><\/td><td>set_cookie (&nbsp;<em>$ name<\/em>&nbsp;[,&nbsp;<em>$ value = \u00bb<\/em>&nbsp;[,&nbsp;<em>$ expire = \u00bb<\/em>&nbsp;[,&nbsp;<em>$ domain = \u00bb<\/em>&nbsp;[,&nbsp;<em>$ path = \u2018\/\u2019<\/em>&nbsp;[,&nbsp;<em>$ prefix = \u00bb<\/em>&nbsp;[,&nbsp;<em>$ secure = FALSE [, $ httponly] = \u041b\u041e\u0416\u042c<\/em>&nbsp;]]]]]]]])<\/td><\/tr><tr><td><strong>\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/strong><\/td><td><strong>$ name<\/strong>&nbsp;(&nbsp;<em>mixed<\/em>&nbsp;) \u2014 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 cookie \u0438\u043b\u0438 \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u043c\u0430\u0441\u0441\u0438\u0432 \u0432\u0441\u0435\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438<strong>$ value<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 cookie<strong>$ expire<\/strong>&nbsp;(&nbsp;<em>int<\/em>&nbsp;) \u2014 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0435\u043a\u0443\u043d\u0434 \u0434\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430<strong>$ domain<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0414\u043e\u043c\u0435\u043d cookie (\u043e\u0431\u044b\u0447\u043d\u043e: .yourdomain.com)<strong>$ path<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0443\u0442\u044c \u043a cookie<strong>$ prefix<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u0438\u043c\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u0430 cookie<strong>$ secure<\/strong>&nbsp;(&nbsp;<em>bool<\/em>&nbsp;) \u2014 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043b\u0438 cookie \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0435\u0440\u0435\u0437 HTTPS<strong>$ httponly<\/strong>&nbsp;(&nbsp;<em>bool<\/em>&nbsp;) \u2014 \u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043b\u0438 cookie \u043e\u0442 JavaScript<\/td><\/tr><tr><td><strong>\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430<\/strong><\/td><td>\u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ name<\/strong>&nbsp;(&nbsp;<em>mixed<\/em>&nbsp;) \u2014 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 cookie \u0438\u043b\u0438 \u0430\u0441\u0441\u043e\u0446\u0438\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u043c\u0430\u0441\u0441\u0438\u0432 \u0432\u0441\u0435\u0445 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u043e\u0432, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0445 \u0434\u043b\u044f \u044d\u0442\u043e\u0439 \u0444\u0443\u043d\u043a\u0446\u0438\u0438<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ value<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ expire<\/strong>&nbsp;(&nbsp;<em>int<\/em>&nbsp;) \u2014 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0441\u0435\u043a\u0443\u043d\u0434 \u0434\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u0441\u0440\u043e\u043a\u0430<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ domain<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0414\u043e\u043c\u0435\u043d cookie (\u043e\u0431\u044b\u0447\u043d\u043e: .yourdomain.com)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ path<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0443\u0442\u044c \u043a cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ prefix<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u0438\u043c\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u0430 cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ secure<\/strong>&nbsp;(&nbsp;<em>bool<\/em>&nbsp;) \u2014 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u043b\u0438 cookie \u0442\u043e\u043b\u044c\u043a\u043e \u0447\u0435\u0440\u0435\u0437 HTTPS<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ httponly<\/strong>&nbsp;(&nbsp;<em>bool<\/em>&nbsp;) \u2014 \u0441\u043a\u0440\u044b\u0432\u0430\u0442\u044c \u043b\u0438 cookie \u043e\u0442 JavaScript<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0412 \u0444\u0443\u043d\u043a\u0446\u0438\u0438&nbsp;<strong>set_cookie ()<\/strong>&nbsp;\u043c\u044b \u043c\u043e\u0436\u0435\u043c \u043f\u0435\u0440\u0435\u0434\u0430\u0442\u044c \u0432\u0441\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0434\u0432\u0443\u043c\u044f \u0441\u043f\u043e\u0441\u043e\u0431\u0430\u043c\u0438.&nbsp;\u0412\u043e-\u043f\u0435\u0440\u0432\u044b\u0445, \u0442\u043e\u043b\u044c\u043a\u043e \u043c\u0430\u0441\u0441\u0438\u0432 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u043d, \u0430 \u0432\u043e-\u0432\u0442\u043e\u0440\u044b\u0445, \u043e\u0442\u0434\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u0434\u0430\u043d\u044b.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441<\/strong><\/td><td>get_cookie (&nbsp;<em>$ index<\/em>&nbsp;[,&nbsp;<em>$ xss_clean = NULL<\/em>&nbsp;]])<\/td><\/tr><tr><td><strong>\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/strong><\/td><td><strong>$ index<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 cookie<strong>$ xss_clean<\/strong>&nbsp;(&nbsp;<em>bool<\/em>&nbsp;) \u2014 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c \u043b\u0438 XSS-\u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u044e \u043a \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u043c\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e<\/td><\/tr><tr><td><strong>\u0412\u0435\u0440\u043d\u0443\u0442\u044c<\/strong><\/td><td>\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 cookie \u0438\u043b\u0438 NULL, \u0435\u0441\u043b\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e<\/td><\/tr><tr><td><strong>\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430<\/strong><\/td><td>\u0441\u043c\u0435\u0448\u0430\u043d\u043d\u044b\u0439<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ index<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ xss_clean<\/strong>&nbsp;(&nbsp;<em>bool<\/em>&nbsp;) \u2014 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u0442\u044c \u043b\u0438 XSS-\u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u044e \u043a \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u043c\u043e\u043c\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0412\u0435\u0440\u043d\u0443\u0442\u044c<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0424\u0443\u043d\u043a\u0446\u0438\u044f&nbsp;<strong>get_cookie ()<\/strong>&nbsp;\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430 cookie, \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u043e\u0433\u043e \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0444\u0443\u043d\u043a\u0446\u0438\u0438 set_cookie ().<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441<\/strong><\/td><td>delete_cookie (&nbsp;<em>$ name<\/em>&nbsp;[,&nbsp;<em>$ domain = \u00bb<\/em>&nbsp;[,&nbsp;<em>$ path = \u2018\/\u2019<\/em>&nbsp;[,&nbsp;<em>$ prefix = \u00bb<\/em>&nbsp;]]]]])<\/td><\/tr><tr><td><strong>\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/strong><\/td><td><strong>$ name<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 cookie<strong>$ domain<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0414\u043e\u043c\u0435\u043d cookie (\u043e\u0431\u044b\u0447\u043d\u043e: .yourdomain.com)<strong>$ path<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0443\u0442\u044c \u043a cookie<strong>$ prefix<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u0438\u043c\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u0430 cookie<\/td><\/tr><tr><td><strong>\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430<\/strong><\/td><td>\u043d\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0421\u0438\u043d\u0442\u0430\u043a\u0441\u0438\u0441<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ name<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0438\u043c\u044f \u0444\u0430\u0439\u043b\u0430 cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ domain<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u0414\u043e\u043c\u0435\u043d cookie (\u043e\u0431\u044b\u0447\u043d\u043e: .yourdomain.com)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ path<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0443\u0442\u044c \u043a cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>$ prefix<\/strong>&nbsp;(&nbsp;<em>string<\/em>&nbsp;) \u2014 \u043f\u0440\u0435\u0444\u0438\u043a\u0441 \u0438\u043c\u0435\u043d\u0438 \u0444\u0430\u0439\u043b\u0430 cookie<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>\u0422\u0438\u043f \u0432\u043e\u0437\u0432\u0440\u0430\u0442\u0430<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0424\u0443\u043d\u043a\u0446\u0438\u044f&nbsp;<strong>delete_cookie ()<\/strong>&nbsp;\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0434\u043b\u044f \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f cookie ().<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u043f\u0440\u0438\u043c\u0435\u0440<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440 \u0441 \u0438\u043c\u0435\u043d\u0435\u043c&nbsp;<strong>Cookie_controller.php<\/strong>&nbsp;\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0435\u0433\u043e \u0432&nbsp;<strong>application \/ controller \/ Cookie_controller.php<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;?php \n   class Cookie_controller extends CI_Controller { \n\t\n      function __construct() { \n         parent::__construct(); \n         $this-&gt;load-&gt;helper(array('cookie', 'url')); \n      } \n  \n      public function index() { \n         set_cookie('cookie_name','cookie_value','3600'); \n         $this-&gt;load-&gt;view('Cookie_view'); \n      } \n  \n      public function display_cookie() { \n         echo get_cookie('cookie_name'); \n         $this-&gt;load-&gt;view('Cookie_view');\n      } \n  \n      public function deletecookie() { \n         delete_cookie('cookie_name'); \n         redirect('cookie\/display'); \n      } \n\t\t\n   } \n?&gt;<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u0444\u0430\u0439\u043b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441 \u0438\u043c\u0435\u043d\u0435\u043c&nbsp;<strong>Cookie_view.php<\/strong>&nbsp;\u0438 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u0435\u0433\u043e \u0432&nbsp;<strong>application \/ views \/ Cookie_view.php<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!DOCTYPE html&gt; \n&lt;html lang = \"en\"&gt;\n \n   &lt;head&gt; \n      &lt;meta charset = \"utf-8\"&gt; \n      &lt;title&gt;CodeIgniter View Example&lt;\/title&gt; \n   &lt;\/head&gt; \n\t\n   &lt;body&gt; \n      &lt;a href = 'display'&gt;Click Here&lt;\/a&gt; to view the cookie.&lt;br&gt; \n      &lt;a href = 'delete'&gt;Click Here&lt;\/a&gt; to delete the cookie. \n   &lt;\/body&gt;\n\t\n&lt;\/html&gt;<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u0435 \u0444\u0430\u0439\u043b rout.php \u0432 application \/ config \/ rout.php, \u0447\u0442\u043e\u0431\u044b \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043c\u0430\u0440\u0448\u0440\u0443\u0442 \u0434\u043b\u044f \u0432\u044b\u0448\u0435\u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e \u043a\u043e\u043d\u0442\u0440\u043e\u043b\u043b\u0435\u0440\u0430 \u0438 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0443\u044e \u0441\u0442\u0440\u043e\u043a\u0443 \u0432 \u043a\u043e\u043d\u0446\u0435 \u0444\u0430\u0439\u043b\u0430.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">$route['cookie'] = \"Cookie_controller\"; \n$route['cookie\/display'] = \"Cookie_controller\/display_cookie\"; \n$route['cookie\/delete'] = \"Cookie_controller\/deletecookie\";\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u043e\u0433\u043e \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 URL \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435, \u0447\u0442\u043e\u0431\u044b \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0440.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">http:\/\/yoursite.com\/index.php\/cookie\n<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u041e\u043d \u0432\u044b\u0434\u0430\u0441\u0442 \u0432\u044b\u0432\u043e\u0434, \u043a\u0430\u043a \u043f\u043e\u043a\u0430\u0437\u0430\u043d\u043e \u043d\u0430 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u043c \u0441\u043d\u0438\u043c\u043a\u0435 \u044d\u043a\u0440\u0430\u043d\u0430.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cookie \u2014 \u044d\u0442\u043e \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0444\u0440\u0430\u0433\u043c\u0435\u043d\u0442 \u0434\u0430\u043d\u043d\u044b\u0445, \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u043c\u044b\u0439 \u0441 \u0432\u0435\u0431-\u0441\u0435\u0440\u0432\u0435\u0440\u0430 \u0434\u043b\u044f \u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0430 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430.&nbsp;\u0423 CodeIgniter \u0435\u0441\u0442\u044c \u043e\u0434\u0438\u043d \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a, \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0439 Cookie [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[119],"tags":[],"class_list":["post-3683","page","type-page","status-publish","hentry","category-codeigniter"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/pages\/3683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/comments?post=3683"}],"version-history":[{"count":0,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/pages\/3683\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/media?parent=3683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/categories?post=3683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bearloga.space\/uk\/wp-json\/wp\/v2\/tags?post=3683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}