Hi, Were moving our site to a new server, and was curious about cart sessions. Are they going to be interrupted once the site is pointed? So will cart data persist?
Good question. If the customers lost their session cookie, they would lose access to their existing cart session as the javascript would generate a new session ID. If you're maintaining the same domain with your server move - their local cookie should still persist no problems as that's what it's tied to in their local cookie store.
Good question. If the customers lost their session cookie, they would lose access to their existing cart session as the javascript would generate a new session ID. If you're maintaining the same domain with your server move - their local cookie should still persist no problems as that's what it's tied to in their local cookie store.