I searched "IP" and "forum" on google.com and found this forum listed as #1, so I hope you guys can help.
I am a PHP web developer and I'm trying to create a computer signature for all my user sessions. I would like to include the user's remote IP as part of the signature. I know some users will share the same IP and that is okay. However, I have read that for some people, IPs can change with EVERY request during a single session.
I have a couple questions that I'm hoping some of you will know the answers to in regard to IPs changing with every request.
1. Generally, what percentage of my users will this be true for?
2. Will any of the browsers below keep my user's remote IP from changing during a single session?:
Internet Explorer
Firefox
Mozilla
Safari
Opera
Netscape
America Online
I plan on prompting my users for their password should their computer signature change. If the computer signature is going to change with EVERY request, I would like to suggest to the user that they use a particular browser that keeps this from happening.
Sorry if my IP knowledge is not the greatest.
Thank you
I am a PHP web developer and I'm trying to create a computer signature for all my user sessions. I would like to include the user's remote IP as part of the signature. I know some users will share the same IP and that is okay. However, I have read that for some people, IPs can change with EVERY request during a single session.
I have a couple questions that I'm hoping some of you will know the answers to in regard to IPs changing with every request.
1. Generally, what percentage of my users will this be true for?
2. Will any of the browsers below keep my user's remote IP from changing during a single session?:
Internet Explorer
Firefox
Mozilla
Safari
Opera
Netscape
America Online
I plan on prompting my users for their password should their computer signature change. If the computer signature is going to change with EVERY request, I would like to suggest to the user that they use a particular browser that keeps this from happening.
Sorry if my IP knowledge is not the greatest.
Thank you