Filippo Bertilotti
2024-09-02 56f8c80f9a610c80810b24718340bc9cfd14df07
app/Http/Middleware/EncryptCookies.php
@@ -12,6 +12,7 @@
     * @var array<int, string>
     */
    protected $except = [
        //
        'CAuthCookie',
        'SSOSESSIONID'
    ];
}