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
There is no direct cookie support in this implementation. But you still have access to the cookies in the header. session->get_request()->get_header("Cookie")
You then obtain a string containing the serialized key/value pairs
Hi @Jahrenski thank you for the information, I was already using this method to access it, would you accept a merge request if I provide a (hopefully) compliant cookie parser function method that will return a std::mapstd::string,std::string ?
I will try to mimic how other function already behave
I think there has been a problem merging #309 and was then forget to add an out of the box support to cookie.
The text was updated successfully, but these errors were encountered: