Do ISP's swap a user's IP addess for every request and if so over what IP address range?
Is there any 'best-practice' regarding this and if ISP's do this can they stop it or limit the range for a single user?
Strange questions? I run a website that uses a combination of session IP address and cookies to determin if they're logged in or not. While it works fine for most there are some site users who get logged out immediately after they've logged in. The reason appears to be because thier IP address has changed between requests.
I've researched the problem and put a patch in place that only checks the first 3 sections of an ip address but some people still have problems... it appears that one persons IP address changed from 198.xxx.xxx.xxx to 196.xxx.xxx.xxx. They both registered to the host saix.net
Any ideas/recommendations would be appreciated.
Thanks...
Is there any 'best-practice' regarding this and if ISP's do this can they stop it or limit the range for a single user?
Strange questions? I run a website that uses a combination of session IP address and cookies to determin if they're logged in or not. While it works fine for most there are some site users who get logged out immediately after they've logged in. The reason appears to be because thier IP address has changed between requests.
I've researched the problem and put a patch in place that only checks the first 3 sections of an ip address but some people still have problems... it appears that one persons IP address changed from 198.xxx.xxx.xxx to 196.xxx.xxx.xxx. They both registered to the host saix.net
Any ideas/recommendations would be appreciated.
Thanks...