dflydev / dflydev-fig-cookies

Cookies for PSR-7 HTTP Message Interface.
MIT License
224 stars 29 forks source link

can not set request cookie #47

Open alfinsi opened 3 years ago

alfinsi commented 3 years ago

Hello Simense, I just set in homepage procedure using mezzio framework like this:

FigRequestCookies::set($request, Cookie::create('theme', 'blue'));

the page loading normally but there is no cookie in headers tab. please advice. Thank you, -alfin-