Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I agree with other commenters that this was probably caused by the <code>cookieless</code> session state attribute. Various sites show that if you have the <code>cookieless</code> attribute set to <code>true</code>, then URLs will be embedded with the session ID.</p> <blockquote> <p>Example:<a href="http://yourserver/folder/(session" rel="nofollow noreferrer">http://yourserver/folder/(session</a> ID here)/default.aspx</p> </blockquote> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/aa479314.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa479314.aspx</a></li> <li><a href="http://www.dailycoding.com/Posts/implementing_cookieless_session_aspnet.aspx" rel="nofollow noreferrer">http://www.dailycoding.com/Posts/implementing_cookieless_session_aspnet.aspx</a></li> <li><a href="http://www.c-sharpcorner.com/UploadFile/deepak.sharma00/using-cookie-less-session-in-Asp-Net/" rel="nofollow noreferrer">http://www.c-sharpcorner.com/UploadFile/deepak.sharma00/using-cookie-less-session-in-Asp-Net/</a></li> </ul> <p><a href="http://msdn.microsoft.com/en-us/library/hdxfb6cy%28v=vs.100%29.aspx" rel="nofollow noreferrer">OutputCache</a> appears to have no connection with cookieless implementation. </p> <p>The <code>web.config</code> change you made may not have been immediate. <a href="https://stackoverflow.com/a/613836/1085891">It's a little ambiguous</a>, but just to be safe, you should restart the application after making any changes to the <code>web.config</code> file.</p> <p>I would restart the application, uncomment your OutputCache code, build/publish, and see what results you get.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload