mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Merge pull request #7062 from firefly-iii/JC5-patch-1
Update session.php
This commit is contained in:
		@@ -24,7 +24,7 @@ declare(strict_types=1);
 | 
			
		||||
return [
 | 
			
		||||
    'driver'          => env('SESSION_DRIVER', 'file'),
 | 
			
		||||
    'lifetime'        => 120,
 | 
			
		||||
    'expire_on_close' => false,
 | 
			
		||||
    'expire_on_close' => true,
 | 
			
		||||
    'encrypt'         => true,
 | 
			
		||||
    'files'           => storage_path('framework/sessions'),
 | 
			
		||||
    'connection'      => null,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user