The website uses PHP to handle sessions. It works well but with certain servers it gives the following error- when you type [site-name.com...] and login and then go to [site-name.com...] the session is lost.
As in the session variables set during signing in to the 1st uri is lost wen one navigates to the other and vise versa.
I'm wondering how to fix this. I can assure there's nothing wrong with the code.
Thanks in advance!