Another thing that can trip up session state is having the wrong domain set for httpCookies
, so make sure you have the correct domain / subdomain.
<system.web><httpCookies domain=".example.com" /></system.web>
Another thing that can trip up session state is having the wrong domain set for httpCookies
, so make sure you have the correct domain / subdomain.
<system.web><httpCookies domain=".example.com" /></system.web>