473,698 Members | 2,491 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cookie Question (IP as domain and cookie file location)

My site does not have a domain name, just an IP address.

I set a cookie in ASP.Net and I can read it with no problem on subsequent
pages.

My problem is that I want to actually see the file on my local workstation
(Windows XP) but I can not seem to find it?

I have looked in the Temporary Internet Files folder and the Cookies folder
for my network user within Documents and Settings. But when I create the
cookie programatically , I still can not see the actual file?

Could anyone explain why I would not see the file?

Is it because I am using an IP address for my site rather than a domain name?
Jan 10 '06 #1
1 1656
it depends on the browser used where the cookie file is located. ie stores
its cookies in C:\Documents and Settings\userna me\Cookies\us** ****@site.txt

note: if its a session cookie, then its not written to disk.

-- bruce (sqlwork.com)


"Paul" <Pa**@discussio ns.microsoft.co m> wrote in message
news:69******** *************** ***********@mic rosoft.com...
My site does not have a domain name, just an IP address.

I set a cookie in ASP.Net and I can read it with no problem on subsequent
pages.

My problem is that I want to actually see the file on my local workstation
(Windows XP) but I can not seem to find it?

I have looked in the Temporary Internet Files folder and the Cookies
folder
for my network user within Documents and Settings. But when I create the
cookie programatically , I still can not see the actual file?

Could anyone explain why I would not see the file?

Is it because I am using an IP address for my site rather than a domain
name?

Jan 10 '06 #2

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

Similar topics

0
1088
by: R.A. | last post by:
Hi Is there a way to specify the EventLog file location? The application I have is writing to its own event log file but I don't know how can I set the location where this file will be located. Thanks
1
1438
by: Jim Heavey | last post by:
Hello, I have done some volunteer work for my club and develop a web site in ASP.Net. I have the code working fine and now I am ready to move the code up to their web hosting company. I have never actually moved code onto a real web hosting company, so everything is all new to me. Some of the questions I have which hopefully someone will be able to point me in the right direction.... 1. How do I alter my connection string for my MDB...
5
3381
by: aiki727 via DotNetMonster.com | last post by:
Hello everyone, Where do I store a bitmap or jpeg that I am using for a forms background image when I deploy the application? Or do I link these files to the app during the deployment? Thanks -- Message posted via DotNetMonster.com
8
1828
by: mutale82 | last post by:
I need to integrate a tracking system with a few clients, the clients agree to place <img src="....."tags but not to place a file on there servers. I need to set a cookie on the visitor computer and when the visitor preform an action to read the cookie and send the cookie infotmation to my server. I tried everything, and I cant read the cookie, I can set the cookie using a javascript file that I placed on my server.
1
6230
by: ken | last post by:
How to remove specified cookie (via a given name) in cookie jar? I have the following code, but how can I remove a specified cookie in the cookie jar? cj = cookielib.LWPCookieJar() if cj is not None: if os.path.isfile(COOKIEFILE): print 'Loading Cookie--------------' cj.load(COOKIEFILE)
2
2849
by: kelly.pearson | last post by:
Is this a bug? I am trying to write a cookie that can be accessed by various .Net applications on our domain. However, whenever I add the domain property to the cookie, no errors get thrown but the cookie doesn't get written. I am trying this from my localhost using vs2003, .net framework 1.1, windows xp prof. Sample code I am testing with is below. Public Class WebForm1 Inherits System.Web.UI.Page
5
2923
by: evenlater | last post by:
I know how to determine the file location of the current Access database in VBA. But I'm trying to figure out how to determine the file location of my back-end. Anybody know how I can call up the path & name of the .mdb with my tables in it -- from a module in my front- end?
4
2073
by: Bob Altman | last post by:
Hi all, When I create a new website (click on "Create: Website" from the start page), I'm prompted for the location of the project files, but VS 2005 always creates a SLN file under the Visual Studio "Projects" directory tree. Is there an easy way to create a website project such that the SLN file is in the same place as the rest of the project files? Is this the same way that VS 2008 works? TIA - Bob
2
2870
by: ahmurad | last post by:
Dear Brothers, I am using a 'text file location' at my code to read the file contents- which is working fine in my local server. The web contents/php files and the specified txt file are at the same location at my own server. $fc = file ('./sitedb.txt'); Now I want to read the txt file from another ftp server (Exaple: ftp://10.10.10.100/File/sitedb.txt'). For this purpose, I changed the code location as below:
4
1594
by: mcare | last post by:
I am trying to load an image file location to a mysql table via php I can type the location into the form but wish to browse for the file then submit into the varchar table.
0
8608
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9161
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8897
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8867
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7732
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2332
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.