I'm having an issue with cookies not being created by my website. I currently have this set in the web.config
<sessionState mode="InProc" cookieName="ASP.Net_SessionID" stateConnectionString="" sqlConnectionString="" cookieless="false" timeout="30" />
<httpCookies httpOnlyCookies="true" requireSSL="true"/>
Cookies are not being created and sent to the users machine.
Go to the complete details ...