PC Review


Reply
Thread Tools Rate Thread

Cookie missing

 
 
=?Utf-8?B?Ukc=?=
Guest
Posts: n/a
 
      16th Feb 2005
I have a ASP.NET application and I have set the Cookieless attribute in the
web.config file as false. When I run the application, I dont see the cookie
file created in the C:\Documents and Settings\username\Cookies directory.
Where is the file created if I want to see the contents of the file? I am not
writing anything to the cookie specifically. I am using the default feature
with the cookieless=false to use it for maintaining the session ID.
 
Reply With Quote
 
 
 
 
Peter Rilling
Guest
Posts: n/a
 
      16th Feb 2005
I believe there are two types of cookies, one that live only in memory for
the duration of that window instance (or something like this) and ones that
are written to files.

Session cookies, I think, only live in memory because there lifespan is so
short and it might create a security risk if the ID was written to a file.

To view the cookies, you should be able to write out the cookies collection
that the server has.

I could be wrong, but this is my understanding.

"RG" <(E-Mail Removed)> wrote in message
news:0E4AF98F-AA7D-435C-ACC6-(E-Mail Removed)...
> I have a ASP.NET application and I have set the Cookieless attribute in

the
> web.config file as false. When I run the application, I dont see the

cookie
> file created in the C:\Documents and Settings\username\Cookies directory.
> Where is the file created if I want to see the contents of the file? I am

not
> writing anything to the cookie specifically. I am using the default

feature
> with the cookieless=false to use it for maintaining the session ID.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cookie contanier does not correctly parse Set-Cookie header with domain token dav Microsoft Dot NET Framework 2 15th Dec 2010 08:55 AM
Missing Cookie Folders JW Windows XP General 5 18th Jan 2010 07:31 AM
cookie contanier does not correctly parse set cookie header with domain token dav Microsoft Dot NET Framework 0 12th Aug 2007 09:06 AM
Any downsides to cookie assignment inside custom class using HttpContext.Current? ASP.NET 2.0 cookie fix? Microsoft ASP .NET 2 17th Aug 2005 07:43 AM
Transient-Cookie/Session-Cookie and multiple browser instances X Windows XP Internet Explorer 7 29th Apr 2004 11:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:51 AM.