Ok, I'm fairly new to PHP. I'm trying to create a shopping cart program using session variables. Everything works great... for me. When I was finally ready to unveil it for the big boss he says he couldn't log on. I was perplexed. The login portion was really simple.
So I kind of heard or read a little something somewhere that said sessions uses cookies. I set my privacy level in my IE browser to not allow any cookies and sure enough I couldn't log on either. Whether my boss had his settings like this, or he was behind a firewall (he's at a fairly large company), I don't know. All I know is that now I have to come up with some solution.
Is there a way to maintain "state" without using sessions or cookies? Is there a way to use sessions without cookies? Some have said if your cookies are disabled that the session ID will be put in the URL. This isn't happening on my end. Is this something I have to manually check for and put into the URL?
As you can see I'm a little lost here. Any help would be much appreciated.
Sam


LinkBack URL
About LinkBacks



Reply With Quote
So I quote:
Bookmarks