PHP Classes

File: config/cookie.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   config/cookie.php   Download  
File: config/cookie.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 578 bytes
 

Contents

Class file image Download
<?php

return [

   
/*
    |--------------------------------------------------------------------------
    | Cookies that should not be encrypted
    |--------------------------------------------------------------------------
    |
    | Winter CMS encrypts/decrypts cookies by default. You can specify cookies
    | that should not be encrypted or decrypted here. This is useful, for
    | example, when you want to pass data from frontend to server side backend
    | via cookies, and vice versa.
    |
    */

   
'unencryptedCookies' => [
       
// 'my_cookie',
   
],
];