473,387 Members | 1,582 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How does IE implement cookies?

Hello,

I'm trying to debug a problem that some users of our ASP app see that
goes away when they clear their cookies.

I've gotten a copy of their cookie for our app and have renamed it
from them@testsite[1].txt to me@testsite[1].txt. However, when I
navigate to testsite, I see it create a me@testsite[3].txt. What are
the rules as far as what gets written to the C:\Documents and Settings\
%Username%\Cookies?

When does it increment the counter that's inside the []? Are there
any articles that explain in depth how IE works with cookies?

I don't really have any problems finding articles on how to read write
cookies from within asp, etc. I
don't really need any more information on this. I need to figure out
out how the actual files work on the PC, in particular with IE6.

In theory I would think that if the problem is with information stored
in a cookie and I save another user's cookie on my machine, and change
the filename to match my user name I should be able to reproduce it,
but it doesn't seem to be working.

Thanks,
Eric

Apr 11 '07 #1
2 1658
On Apr 11, 1:29 pm, "Eric" <eric.gofo...@gmail.comwrote:
Hello,

I'm trying to debug a problem that some users of our ASP app see that
goes away when they clear their cookies.

I've gotten a copy of their cookie for our app and have renamed it
from them@testsite[1].txt to me@testsite[1].txt. However, when I
navigate to testsite, I see it create a me@testsite[3].txt. What are
the rules as far as what gets written to the C:\Documents and Settings\
%Username%\Cookies?

When does it increment the counter that's inside the []? Are there
any articles that explain in depth how IE works with cookies?

I don't really have any problems finding articles on how to read write
cookies from within asp, etc. I
don't really need any more information on this. I need to figure out
out how the actual files work on the PC, in particular with IE6.

In theory I would think that if the problem is with information stored
in a cookie and I save another user's cookie on my machine, and change
the filename to match my user name I should be able to reproduce it,
but it doesn't seem to be working.

Thanks,
Eric
Also it seems that it keeps the cookie in 2 different places, c:
\document and settings\myuserid\cookies and C:\Documents and Settings
\myuserid\Local Settings\Temporary Internet Files, what's up with
that?

-Eric

Apr 11 '07 #2
Eric wrote on 11 apr 2007 in microsoft.public.inetserver.asp.general:
On Apr 11, 1:29 pm, "Eric" <eric.gofo...@gmail.comwrote:
>Hello,

I'm trying to debug a problem that some users of our ASP app see that
goes away when they clear their cookies.

I've gotten a copy of their cookie for our app and have renamed it
from them@testsite[1].txt to me@testsite[1].txt. However, when I
navigate to testsite, I see it create a me@testsite[3].txt. What are
the rules as far as what gets written to the C:\Documents and
Settings\ %Username%\Cookies?

When does it increment the counter that's inside the []? Are there
any articles that explain in depth how IE works with cookies?

I don't really have any problems finding articles on how to read
write cookies from within asp, etc. I
don't really need any more information on this. I need to figure out
out how the actual files work on the PC, in particular with IE6.

In theory I would think that if the problem is with information
stored in a cookie and I save another user's cookie on my machine,
and change the filename to match my user name I should be able to
reproduce it, but it doesn't seem to be working.

Thanks,
Eric

Also it seems that it keeps the cookie in 2 different places, c:
\document and settings\myuserid\cookies and C:\Documents and Settings
\myuserid\Local Settings\Temporary Internet Files, what's up with
that?
I fail to see what this has to do with ASP.
That asp can set a cookie path in the header
has nothing to do with how IE implements it.

Perhaps a IE NG would be the place to ask.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Apr 11 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: mark4asp | last post by:
Hello, I'm running my script locally and the cookie has been saved on the machine because the login page is by-passed (with the Redirect to "menu.asp" below. OK - but where is my cookie...
8
by: krisrajz | last post by:
Please observe the pages below: session1.asp <% Session("test")="TESTING" Response.Redirect "session2.asp" %> session2.asp
8
by: John Dalberg | last post by:
What happens when a cookie expires? Does it mean that when the browser or sessions ends, it doesn't get saved? I am using Opera and looking at available cookies and I can some cookies that have...
2
by: Harry Haller | last post by:
Why does the following work: // (1) Set new cookies setcookie ("font_type", $type_sel, time()+3600); setcookie ("font_size", $size_sel, time()+3600); // (1) Get most recent cookie $font_type =...
1
by: Bhupesh Saini | last post by:
I am trying to call a ASPX page using HttpWebRequest class and pass cookie information to it. My ASPX pages gets called just fine, however none of the request cookies are available to the ASPX page....
9
by: Sullivan WxPyQtKinter | last post by:
I do not want to use Cookies in my site since not all web browser support it well and sometimes people close cookie functioning for security reasons. I tried to add hidden field with a sessionID...
3
by: mosesdinakaran | last post by:
Hi Where does the cookies stored in the client machine that php creates after calling session_start() function. I am using IE... I checked in the following folders but no cookies are stored....
10
by: Victor | last post by:
hi guys. In my project, now I am using a asp.net login control and a customized membership provider to do the form authentication. Now I want some function that user can skip the login form and be...
2
by: StanB | last post by:
I came across this weird problem: 1. Session state stops working after the app is deployed to another server because IE does not accept cookies. 2. It works if cookieless="true" in the...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.