Thank you for your response!
These are two completely different servers, so when the session id is passed from one domain to the other (via URL), is all of that session information passed as well?
Even if the session save path is set the same on both servers, is the session file transferred along with the session id and recreated on the new server?
Is this a common problem with PHP sessions? Would purchasing a non-shared SSL certificate help at all since the certificate would keep everything on the same server as opposed to two different servers?
Ideally, what is the best solution for this type of problem?
Again, I appreciate your reponse. Thanks a bunch.