Skip to content

Commit

Permalink
Add forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk committed Feb 14, 2025
1 parent 58fac4a commit c28a6c5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/StartSessionCookielessMiddleware.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace iMi\LaravelTransSid;

use Illuminate\Contracts\Session\Session;
use Symfony\Component\HttpFoundation\Response;

class StartSessionCookielessMiddleware extends StartSessionMiddleware
{
protected function addCookieToResponse(Response $response, Session $session)
{
return;
}
}

0 comments on commit c28a6c5

Please sign in to comment.