IP Addresses for Session Tracking

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
musashi
Forum Commoner
Posts: 39
Joined: Tue Jul 23, 2002 12:51 pm
Location: Santa Cruz - CA

IP Addresses for Session Tracking

Post by musashi »

I realize that IP addresses can either be dynamic or static. Most often the dynamic IPs are seen with dial-up people vs. the static enjoyed by DSL and Cable modems, and so on. My question though has to do with an established connection. To my knowledge, IPs, dynamic or not, do not change and are specific to one computer during an established connection to an ISP (if you are a dial-up). Meaning, if I have a dial-up connection and I visit a site, my IP won't change unless I am disconnected and forced to log on again. I think this should be the case whether or not I have a proxy server, since the data being sent from the web server to me must have an address that identifies me, and only me.

Bottom line, is an IP address enough information to maintain a session identity (not a secure one, mind you, just one for identity purposes)?
superwormy
Forum Commoner
Posts: 67
Joined: Fri Oct 04, 2002 9:25 am
Location: CT

Post by superwormy »

No, IP addresses are not reliable.

AOL users ( which there are still unfortunately a lot of ) constantly jump from one IP to another, because AOL uses some sort of wierd @$$ proxying for their subscribers.

In addition, for anyone behind a Proxy server ( for instance a business ) EVERY PERSON BEHIND THE SERVER WILL APPEAR AS A SINGLE IP ADDRESS.

Same thing with many routers, every computer behind it appears as a single IP address.
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

as already mentioned, a lot of business and any proxy using service such as the extremely expensive and crapy AOL serrvice will appear from the same ip.. as well as home/cable/dsl users that have a router/gateway, usually called a "NAT" gateway (Network Address Translation), meaning the gateway takes care of all outgoing connections, so it appears to the world this is the only host connected...
Post Reply