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