Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache config #2017

Closed
nowackipawel opened this issue May 20, 2019 · 1 comment
Closed

Cache config #2017

nowackipawel opened this issue May 20, 2019 · 1 comment

Comments

@nowackipawel
Copy link
Contributor

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 
@nowackipawel
Copy link
Contributor Author

Nevermind :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant