<table class="table table--cookies">
<thead>
<tr>
<th>Name of Cookie</th>
<th>Essential/Non-essential/Analytical</th>
<th>Type of cookie</th>
<th>First or Third party?</th>
<th>Session or Persistent?</th>
<th>Expiry Time</th>
<th>Purpose</th>
</tr>
</thead>
<tbody>
<tr>
<td>ASP.NET_SessionId</td>
<td>Essential</td>
<td>HTTP</td>
<td>First Party</td>
<td>Session</td>
<td>End of session</td>
<td>To preserve the visitor’s session state across page requests</td>
</tr>
<tr>
<td>__cookie-bar</td>
<td>Functionality / session cookie</td>
<td>HTTP</td>
<td>First Party</td>
<td>Session</td>
<td>End of session</td>
<td>Remembers whether or not you have seen the cookie disclaimer message.</td>
</tr>
</tbody>
</table>
<table class="table table--cookie">
<thead>
<tr>
<th>Name of Cookie</th>
<th>ASP.NET_SessionId</th>
<th>__cookie-bar</th>
</tr>
</thead>
<tbody>
<tr>
<td>Essential/ Non-essential/Analytical</td>
<td>Essential</td>
<td>Functionality / session cookie</td>
</tr>
<tr>
<td>Type of cookie</td>
<td>HTTP</td>
<td>HTTP</td>
</tr>
<tr>
<td>First or Third Party</td>
<td>First Party</td>
<td>First Party</td>
</tr>
<tr>
<td>Session or Persistent</td>
<td>Session</td>
<td>Persistent</td>
</tr>
<tr>
<td>Expiry Time</td>
<td>End of session</td>
<td>365 days</td>
</tr>
<tr>
<td>Purpose</td>
<td>To preserve the visitor’s session state across page requests</td>
<td>Remembers whether or not you have seen the cookie disclaimer message.</td>
</tr>
</tbody>
</table>
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.