You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand how FigRequestCookies::get() works.
By looking at the code, I noticed that it is not using ServerRequesInterface::getCookieParams() .
The text was updated successfully, but these errors were encountered:
drupol
changed the title
Cookies::get() not using ServerRequesInterface::getCookieParams() ?FigRequestCookies::get() not using ServerRequesInterface::getCookieParams() ?
Apr 8, 2023
Hello,
I'm trying to understand how
FigRequestCookies::get()
works.By looking at the code, I noticed that it is not using
ServerRequesInterface::getCookieParams()
.Is there anyone who could explain that?
Basically, what are the differences between:
vs
Thank you.
The text was updated successfully, but these errors were encountered: