I have a login script for a small application that works by saving session cookies and checking them on each page to make sure the user is logged in. One of the two users using the system constantly logs out. It does not seem to be like a session cookie, which indicates that authentication is no longer present.
After a lot of research, the only thing I can see that this is different from this user is that their IP address changes (today it changed every hour (them in Heaven)). The only thing that happened with the IP address change happened 5 times this morning, and only once the user was disconnected.
Has anyone had a similar problem?
Are session cookies in any way tied to IP addresses?
Any help or links that are greatly appreciated.
thanks
FROM
source share