Laravel Version
10
PHP Version
8.2
Database Driver & Version
No response
Description
Expected behavior
Laravel should send cookies even without running optimize.
Observed behavior
Cookies are not present until php artisan optimize is run.
Notes
This only happens in a production; local dev does not reproduce.
Steps To Reproduce
- Build image without running
php artisan optimize
- Start container
- Make a request that should set session/cookie
- Observe no
Set-Cookie header