Skip to content

Commit

Permalink
adds a value in $_SESSION simulating a legacy app setting a value out…
Browse files Browse the repository at this point in the history
…side of Symfony's bags
  • Loading branch information
devnix committed Jan 5, 2022
1 parent 00f37fc commit 4c4a55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/index.php
Expand Up @@ -10,6 +10,9 @@

session_start();

// Simulate a legacy session content
$_SESSION['foo'] = 'bar';

/**
* @var App\Kernel $kernel
*
Expand Down

0 comments on commit 4c4a55b

Please sign in to comment.