473,387 Members | 3,821 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.

Identify visitor without session

Scenario:

2 Computers on the network going through proxy (same ip/hostname). Both do
not accept any kind of cookies.
Visiting web site that needs to supply different content to each of this
computers.

Is there any other way to identify computer 1 and 2?

Maybe i can get a Machine ID in asp.net, like request.userhostaddress maybe
there is another request object that can help to get anything unique from
each computer? I can also use Javascript to find something unique, so i open
to ideas.

Thanks for your help.
Jun 7 '06 #1
2 1455
Hi Mike,

Are you able to use the cookie-less session in ASP.NET 2.0? It makes an ugly
URL because it encodes the session ID in the querystring. Still, it might
help:
http://msdn2.microsoft.com/en-us/sys...ookieless.aspx

Ken
Microsoft MVP [ASP.NET]

"Mike Kansky" <ka*********@hotmail.com> wrote in message
news:OH**************@TK2MSFTNGP04.phx.gbl...
Scenario:

2 Computers on the network going through proxy (same ip/hostname). Both do
not accept any kind of cookies.
Visiting web site that needs to supply different content to each of this
computers.

Is there any other way to identify computer 1 and 2?

Maybe i can get a Machine ID in asp.net, like request.userhostaddress
maybe there is another request object that can help to get anything unique
from each computer? I can also use Javascript to find something unique, so
i open to ideas.

Thanks for your help.

Jun 8 '06 #2
Or better yet, the cookieless anonymous identification feature in ASP.NET
2.0 (identifies distinct users w/o Session [which is a good thing])

http://msdn2.microsoft.com/en-us/sys...onsection.aspx

-Brock
http://staff.develop.com/ballen
Jun 9 '06 #3

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

Similar topics

6
by: Ben | last post by:
Hi all, This has been asked in the past in different ways. I'm still a bit confused about setting up counters. I'm quite new to php. I've read few tutorials about writing counters using cookie and...
11
by: abracad | last post by:
Hi Is there any (preferably free) PHP script that will identify the country of a visitor, thus allowing one page to be delivered to those from A, B and C, and another to those from X, Y and Z? ...
2
by: Hari | last post by:
Hi, How can I find out what site a visitor has come from using ASP? Suppose my website is sample.com and I have one page in the website that is used by the visitor to request products and...
2
by: Wavemaker | last post by:
I've been playing with C# v2.0 today, and having quite a bit of fun. The new version has added iterators. The iterators are coded directly into the class to be iterated. For example: public...
12
by: FluffyCat | last post by:
New on November 28, 2005 for www.FluffyCat.com PHP 5 Design Pattern Examples - the Visitor Pattern. In the Visitor pattern, one class calls a function in another class and passes an instance of...
0
by: Mike Kansky | last post by:
i have a following tag in all of the HTML pages of my site: <img src="http://domain.com/image.aspx"> In image.aspx i just send an image to the browser using simple...
1
by: JosAH | last post by:
Greetings, this week we let go of all that algebraic stuff and concentrate a bit more on what object oriented programming is all about. Java claims to support OO, so why not use it? In this...
0
weaknessforcats
by: weaknessforcats | last post by:
Design Patterns: Visitor Introduction Polymorphism requires a class hierarchy where the interface to the hierarchy is in the base class. Virtual functions allow derived classes to override base...
9
by: dudelideisann | last post by:
Hi! I have a form where the user enters some input. The input will eventionally become a database table. When he hit the 'submit' button the info is put into an array and then into a session...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
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
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.