Webapi session working in ie but null in googleChrome
Hi,i am working on webAPi controller,after login,i have stored HttpContext.Current.Session["UserName"] ="Somevalue";
after redirericted into another controller,
its available in InternetExplorer,but its null in GoogleChrome