'', /* |-------------------------------------------------------------------------- | Session Database |-------------------------------------------------------------------------- | | The database table on which the session should be stored. | | This option is only relevant when using the "database" session driver. | */ 'table' => 'sessions', /* |-------------------------------------------------------------------------- | Session Lifetime |-------------------------------------------------------------------------- | | The number of minutes a session can be idle before expiring. | */ 'lifetime' => 60, /* |-------------------------------------------------------------------------- | Session Expiration On Close |-------------------------------------------------------------------------- | | Determines if the session should expire when the user's web browser closes. | */ 'expire_on_close' => false, /* |-------------------------------------------------------------------------- | Session Cookie Path |-------------------------------------------------------------------------- | | The path for which the session cookie is available. | */ 'path' => '/', /* |-------------------------------------------------------------------------- | Session Cookie Domain |-------------------------------------------------------------------------- | | The domain for which the session cookie is available. | */ 'domain' => null, );