Hi
In my php codes I start a session and set session variables for different things. They work perfectly well when I am viewing the page on a Windows computer. However when I use ubuntu on the same computer to see the same page not only none of variables are set but also the session does not exist. I noticed this by chance and it is quite puzzling because I always thought sessions ae set on the server.
Any idea what the problem is and how to fix it?
tx
That was a great, detailed answer that gave me a lot more information to work with than what you first posted.
Knowing what you're doing with the session, more than just "start a session and set session variables for different things", tells me about the sorts of practices you might be following, how they might work and might not work, and gives me a good foundation I can use to ask you questions that will make more sense.
Knowing that you're trying to understand the developer tools but stil