Hi folks.
I have made a game online. It works as I wanted it to. Until, that is, I made my last set of changes.
In these changes I went through all my project files and changed all my filenames to lower case. Of course, I also changed the links to those files (Linux server). I took some of my code out of some pages and bunged them in an includable file, which I included where that code was needed.
But now, whenever anyone logs into the game, their session is written fine. They can see the first page fine (this page has an include on it). But when I refresh that page, all the session data is lost! I cannot make it stay like it did before.
Can anyone suggest what might be clearing the session data? Thanks.