Cookies are passed on session level, but I prefer to expect to be passed on the convenient helpers provided.
Not sure, if we should do this as this implies that we need to check on every call if cookies are present, and clean from session, or set them. Anyway, this can be convenient, to simplify our internal API.
Cookies are passed on session level, but I prefer to expect to be passed on the convenient helpers provided.
Not sure, if we should do this as this implies that we need to check on every call if cookies are present, and clean from session, or set them. Anyway, this can be convenient, to simplify our internal API.