li3

NewsDocumentationVersionsPresentationsCommunityDevelopment
  • Documentation
  • Framework API (2.0.x)
  • lithium
  • storage
  • session
  • adapter
  • Cookie
  • $_defaults

Contents

  • ../

lithium\storage\session\adapter\Cookie::$_defaults

protected property

Default settings for this session adapter.

Links

  • http://php.net/setcookie

Source

	protected $_defaults = [
		'expire' => '+2 days',
		'path' => '/',
		'domain' => '',
		'secure' => false,
		'httponly' => false,
		'name' => null
	];
GitHub / Twitter / Reddit / Stack Overflow
Testimonial Image

According to legend…
li3 holds the secret to ultimate ninja power.

Pretty much everything is (c) 2009-2025 and beyond, the Union of RAD.