怎么开启cookie
IE7默认是关闭cookie的,很多网站需要Enable cookies 才能正常浏览和使用,禁用了cookie就不能登陆, Explorer 7打开cookie的方法与ie6不同,下面是具体方法:
打开开始菜单中的控制面板
- 双击 Options 图标(或直接在IE7中点击工具菜单下的 Options )
- 选择Privacy 标签.
- 点击Advanced 按钮.
- 选择Override automatic cookie handling 复选框.
- First-party Cookies, 选 ept.
- Third-party Cookies, 选 ept.
- 点选 Always allow session cookies.
- 点击 OK.
- 点击 OK 退出.
详细cookie知识参考 /article/2/2011127101501.shtml
如何设置cookie
Cookie
一些网站会在您的计算机上的以小文本文件存储信息。
这种文件称为 Cookie。
有几种类型的 Cookie,您可以选择是否允许在计算机上保存一部分、不保存或保存所有的 Cookie。
如果不允许 Cookie,就不能查看某些站点或者利用自定义功能(例如本地新闻和天气,或者股票查询)。
如何使用 Cookie
Cookie 是由 站点创建的、将信息存储在计算机上的文件,例如访问站点时的首选项。
例如,如果您在某家航空公司的站点上查阅了航班时刻表,该站点可能就创建了包含您的旅行计划的 Cookie。
也可能只记录了您在该站点上曾经访问过的页面,由此帮助您下次访问该站点时自定义查看。
Cookies 也可以存储个人可识别信息。
个人可识别信息是可以用来识别或联系您的信息,例如您的姓名、电子邮件地址、家庭或工作单位地址,或者电话号码。
然而,网站只能访问您提供的个人可识别信息。
例如,除非您提供电子邮件名称,否则网站将不能确定您的电子邮件名称。
另外,网站不能访问计算机上的其他信息。
一旦将 cookie 保存在计算机上,则只有创建该 cookie 的网站才能读取它。
使用 Cookie 时的选择
Explorer 允许使用 Cookie;但是,可以更改隐私设置来指定 Explorer 将 Cookie 放到计算机上之前给出提示(让您决定允许或阻止 Cookie);或者防止 Explorer 接受任何 Cookie。
可以删除的,只是以后你再访问某些网站的时候用户名密码什么的需要重新输入,网站不会记住了。
什么是COOKiE设置
Cookie是当你浏览某网站时,网站存储在你机器上的一个小文本文件,它记录了你的用户ID,密码、浏览过的网页、停留的时间等信息,当你再次来到该网站时,网站通过读取Cookie,得知你的相关信息,就可以做出相应的动作,如在页面显示欢迎你的标语,或者让你不用输入ID、密码就直接登录等等。
你可以在IE的“工具/选项”的“常规”选项卡中,选择“设置/查看文件”,查看所有保存到你电脑里的Cookie。
这些文件通常是以user@domain格式命名的,user是你的本地用户名,domain是所访问的网站的域名。
如果你使用NetsCape浏览器,则存放在“C:PROGRAMFILESNETSCAPEUSERS”里面,与IE不同的是,NETSCAPE是使用一个Cookie 文件记录所有网站的Cookies。
为了保证上网安全我们需要对Cookie进行适当设置。
打开“工具/选项”中的“隐私”选项卡(注意该设置只在IE6.0中存在,其他版本IE可以在“工具/选项”的“安全”标签中单击“自定义级别”按钮,进行简单调整),调整Cookie的安全级别。
通常情况,可以将滑块调整到“中高”或者“高”的位置。
多数的论坛站点需要使用Cookie信息,如果你从来不去这些地方,可以将安全级调到“阻止所有Cookies”。
如果只是为了禁止个别网站的Cookie,可以单击“编辑”按钮,将要屏蔽的网站添加到列表中。
在“高级”按钮选项中,你可以对第一方Cookie和第三方的Cookie进行设置,第一方Cookie是你正在浏览的网站的Cookie,第三方Cookie非正在浏览的网站发给你的Cookie,通常要对第三方Cookie选择“拒绝”,如图1。
你如果需要保存Cookie,可以使用IE的“导入导出”功能,打开“文件/导入导出”,按提示操作即可。
Cookie中的内容大多数经过了加密处理,因此在我们看来只是一些毫无意义的字母数字组合,只有服务器的CGI处理程序才知道它们真正的含义。
通过一些软件我们可以查看到更多的内容,使用Cookie Pal软件查看到的Cookie信息,如图2所示。
它为我们提供了Server、Expires、Name、value等选项的内容。
其中,Server是存储Cookie的网站,Expires记录了Cookie的时间和生命期,Name和value字段则是具体的数据
/view/907.htm
/view/835.htm
cookie设置是怎么回事
在IE图标上点击右键出来的窗口上面有个隐私,里面就可以设置cookie,调低点应该就可以解决你的问题!!
注意你右键的时候桌面的图标不能是快捷方式,因为那样的话不会出现刚才说的对话框。
要是遇到这样的问题的话,你就可以先随便打开一个网页,然后在IE上面的工具里面选选项,就也会出现上面说的对话框
麻烦简述cookie的设置和获取过程。谢谢
1、设置请求消息上的 Cookie
为 HttpWebRequest 的 HttpWebRequest.CookieContainer 属性创建一个 System.Net.CookieContainer 对象。
C#
VB
request.CookieContainer = new CookieContainer();
2、使用 CookieContainer.Add 方法将 Cookie 对象添加到 HttpWebRequest.CookieContainer。
C#
VB
request.CookieContainer.Add(new Uri(""), new Cookie("id", "1234"));
3、获取响应消息上的 Cookie
在请求上创建一个 System.Net.CookieContainer 以保存对响应发送的 Cookie 对象。
即使没有发送任何 Cookie 也必须执行此操作。
C#
VB
request.CookieContainer = new CookieContainer();
4、检索 HttpWebResponse 的 HttpWebResponse.Cookies 属性中的值。
在此示例中,将检索 Cookie 并将它们保存到独立存储中。
C#
VB
private void ReadCallback(IAsyncResult asynchronousResult) { HttpWebRequest request = (HttpWebRequest)asynchronousResult.AsyncState; HttpWebResponse response = (HttpWebResponse) request.EndGetResponse(asynchronousResult); using (IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForSite()) { using (IsolatedStorageFileStream isfs = isf.OpenFile("CookieExCookies", FileMode.OpenOrCreate, ess.Write)) { using (StreamWriter sw = new StreamWriter(isfs)) { foreach (Cookie cookieValue in response.Cookies) { sw.WriteLine("Cookie: " + cookieValue.ToString()); } sw.Close(); } } } }
示例
下面的示例演示如何创建 Web 请求并向该请求添加 Cookie。
此示例还演示如何从 Web 响应提取 Cookie,如何将 Cookie 写入独立存储中的文件以及从独立存储中进行读取。
运行此示例时,将在 TextBlock 控件中显示 System.Net.Cookie 值。
运行此示例
C#
VB
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Shapes; using System.Net.Browser; using System.IO; using System.Text; using System.IO.IsolatedStorage; namespace CookiesEx { public partial class MainPage : UserControl { public MainPage() { InitializeComponent(); } private void button1_Click(object sender, RoutedEventArgs e) { InitializeWebRequestClientStackForURI(); ReadFromIsolatedStorage(); } private void InitializeWebRequestClientStackForURI() { // Create the client WebRequest creator. IWebRequestCreate creator = WebRequestCreator.ClientHttp; // Register both /esspolicy.xml"); //Create the cookie container and add a cookie. request.CookieContainer = new CookieContainer(); // This example shows manually adding a cookie, but you would most // likely read the cookies from isolated storage. request.CookieContainer.Add(new Uri(""), new Cookie("id", "1234")); // Send the request. request.BeginGetResponse(new AsyncCallback(ReadCallback), request); } // Get the response and write cookies to isolated storage. private void ReadCallback(IAsyncResult asynchronousResult) { HttpWebRequest request = (HttpWebRequest)asynchronousResult.AsyncState; HttpWebResponse response = (HttpWebResponse) request.EndGetResponse(asynchronousResult); using (IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForSite()) { using (IsolatedStorageFileStream isfs = isf.OpenFile("CookieExCookies", FileMode.OpenOrCreate, ess.Write)) { using (StreamWriter sw = new StreamWriter(isfs)) { foreach (Cookie cookieValue in response.Cookies) { sw.WriteLine("Cookie: " + cookieValue.ToString()); } sw.Close(); } } } } private void ReadFromIsolatedStorage() { using (IsolatedStorageFile isf = IsolatedStorageFile.GetUserStoreForSite()) { using (IsolatedStorageFileStream isfs = isf.OpenFile("CookieExCookies", FileMode.Open)) { using (StreamReader sr = new StreamReader(isfs)) { tb1.Text = sr.ReadToEnd(); sr.Close(); } } } } } }