I am storing the value of user Cookie using Request["http_cookie"] in my database.
But i found that some of the column of my cookie were empty and other contains cookie as OutlookSession={…..} but why ?
EDIT Also Request["http_user_agent"]; is Microsoft Office/14.0 (Windows NT 5.1; Microsoft Outlook 14.0.6123; Pro)
Request[“http_cookie”] is actually not getting your a cookie from the HTTP header but from http_cookie parameter in your request , ether form or query string. This scenario is no part of a HTTP standard it related to your application logic.