Read Cookies and Values | Language: | Server Sided ASP - JavaScript | Author: | Jon Lokken | Date: | 4-8-2005 | |
| Description: | View Example | This is used to read cookies on the users machine from the server passed in the http header. You may want to try the write cookies example before you use this, because there will not be a cookie yet :) |
<%@ LANGUAGE="JavaScript" %> <% Response.buffer=true %> <%=Request.Cookies%>
Disclaimer: | Feel free to use this code I have written. I only ask that you leave my name in the comments. I take no responsibility for this code working, imply no warranty as to it's validity, and will not be held liable if you decide to try it. I am only trying to help out others so they don't have to struggle with the same problems as me... | |