Smth weird is happening.. I moved a website from one server to the other. On the old website the user was able to continue to Page 2 after hitting Continue. But on the new website it refreshes and stays in Page 1 with empty data.
After digging into the code I saw that the after hitting Continue and restarting the page, Session gets empty. Is it smth I can do on the new Server to fix it? Do I have to change smth on the database?
Also, the same code and db work fine on my local!
Please help!