I'll
I'm updating app from 5.4 to 5.8 and i'm facing strange trouble with file session recording.
The app try to write session file in system root ("/xxxxxx") but the file path in session config is configured to file_entry' => storage_path('framework/sessions'),..... !
I'm using laravel_Cas with laravel auth but don't think that session is overrrided by them.
yes, I cleared the cache and the config to. Session with cookies work well but I need to use file for security and it's working before the update.
I don't use proxy but the update process change TrustedProxy. Can this make trouble to path sys ?