Hi,
in my .net mvc application, I am overriding the Controller class and creating my own that I will inherit from for all my controllers.
Which event should I check for a cookie in?
Does OnActionExecuting make sense?
I tried OnActionExecuting, but can't seem to find the cookie collection?
HttpCookie myCookie = ????????????