473,406 Members | 2,281 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,406 software developers and data experts.

Will IP address change during a session?

Hi all.

Is there any legitimate reason the IP address from a client will
change between request? I am wondering if I can autheticate a session
by making sure they all come from the same IP. I realize that dial up
servers will assign a different IP to the users each time they
connect. Any help will be greatly appreciated.
Nov 18 '05 #1
5 2401
It is unlikely, but it is possible since proxy servers can do pretty much
whatever they want in this regard.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
<ol**********@yahoo.com> wrote in message
news:83**************************@posting.google.c om...
Hi all.

Is there any legitimate reason the IP address from a client will
change between request? I am wondering if I can autheticate a session
by making sure they all come from the same IP. I realize that dial up
servers will assign a different IP to the users each time they
connect. Any help will be greatly appreciated.

Nov 18 '05 #2
every page fetch/post is a new connection. some proxies use more than 1 nat
addresses, in this case the ip address can change on every page request.
also if there a pool of proxies, not uncommon, the proxies have their own
nat address, so the ip will change often.
-- bruce (sqlwork.com)
<ol**********@yahoo.com> wrote in message
news:83**************************@posting.google.c om...
| Hi all.
|
| Is there any legitimate reason the IP address from a client will
| change between request? I am wondering if I can autheticate a session
| by making sure they all come from the same IP. I realize that dial up
| servers will assign a different IP to the users each time they
| connect. Any help will be greatly appreciated.
Nov 18 '05 #3
Yes, they're going to change, and they're going to do it often. AOL is
particularly bad about this sort of thing; you can see IP address from all
over the map from one page request to the next from the same customer.

Proxies make this sort of thing unworkable for most sites.

- James
Nov 18 '05 #4
On 11 Nov 2004 09:09:34 -0800, ol**********@yahoo.com wrote:
Hi all.

Is there any legitimate reason the IP address from a client will
change between request? I am wondering if I can autheticate a session
by making sure they all come from the same IP. I realize that dial up
servers will assign a different IP to the users each time they
connect. Any help will be greatly appreciated.


Would Page.Session.SessionID work for you instead of this? I'd have
to agree with the other posters; IPs are not your answer here.

--
Thanks,
Chris Simmons
ne***************@netchris.com
Nov 18 '05 #5
ol**********@yahoo.com wrote in message news:<83**************************@posting.google. com>...
Hi all.

Is there any legitimate reason the IP address from a client will
change between request? I am wondering if I can autheticate a session
by making sure they all come from the same IP. I realize that dial up
servers will assign a different IP to the users each time they
connect. Any help will be greatly appreciated.


Thank you all for shooting down a perfectly good idea in 2 hours flat.
:^) Back to the drawing board I go....
Nov 18 '05 #6

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

Similar topics

27
by: Joseph Shoe | last post by:
How do you change the ASPSessionID during a web session? I have an ASP application in SSL. The first screen is a login screen, which requests user id and password. An ASPSessionID is assigned...
5
by: Prabhat | last post by:
Hi All, My website is hosted with the ISP and recently I have modified my Global.asa file for the ASP application. So I think we need to restart the World Wide Web Publishing Service so that...
0
by: hoenes1 | last post by:
Hi, in my ASP.NET app, I use a default Session Timeout of 20 minutes. Everything works fine and Sessions are abandoned after 20 minutes. This is exactly the behaviour I expect: After 20 minutes...
1
by: Tony | last post by:
I would really appreciate it if anyone has any thoughts on this one - it's driving us mad. We have a web site which is using ASP.NET 1.1 and which is load balanced across two web servers with IP...
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
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
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
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...
0
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.