Skip to content

Cache config #2017

Description

@nowackipawel

Docs:

"All configuration for the cache engine is done in app/Config/Cache.php. In that file, the following items are available."

Reality:
Config/App:



	public $sessionDriver            = 'CodeIgniter\Session\Handlers\MemcachedHandler';
	public $sessionCookieName        = 'cs_';
	public $sessionExpiration        = 180000;
	public $sessionSavePath          = 'localhost:11211';//WRITEPATH . 'session';
	public $sessionMatchIP           = true;
	public $sessionTimeToUpdate      = 300;
	public $sessionRegenerateDestroy = true;

If I commented this part of App.php I get an exception:



Undefined property: Config\App::$sessionDriver 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions