jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

Http cookie access #5

Closed wo80 closed 9 years ago

wo80 commented 9 years ago

It would be nice to have cookies available in IHttpRequest (or at least HttpRequestBase).

crisim commented 9 years ago

cookies are a header of the request that is available in the headers collection. nevertheless i think they should be part of the HttpRequestBase too.

jgauffin commented 9 years ago

yeah, I probably agree.

jgauffin commented 9 years ago

corrected in next commit