I am going to change the server of my website and SQL server will move to new server too. The url (Domain Name) wont change but the IP will change.
Does members who have previously logged in will log out? I use Cookies
to keep users signed in.
If the cookies expires, how can I perform this task? I am using PHP to set cookies for users.
Cookies are associated with hostnames, not IP addresses.
The browser won't expire them just because the domain moves. That would break a lot of load balancing systems!
If the cookie relates to information on the server (e.g. a session id) and that data doesn't get transferred to the new server, then the connection will be lost though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With