My master page has a place where I can store the number of items a user has in their cart. I have stored a cookie on the client and when the application starts, I want to read from this cookie and update the html. I am not sure how I would do this with Umbraco as I do not have the access to HttpContext even if I override ApplicationStartup?
Read a cookie at application startup?
My master page has a place where I can store the number of items a user has in their cart. I have stored a cookie on the client and when the application starts, I want to read from this cookie and update the html. I am not sure how I would do this with Umbraco as I do not have the access to HttpContext even if I override ApplicationStartup?
is working on a reply...