I have a form that I want to over-write
session variables but for some reason the session variables don't get changed. Any ideas?
(more specifically, I start a session with a bunch of variables. Then I have a form where I allow people to change some of the variables. But when I send it to the database, some of the variables don't get changed from the form input. I've tried unregistering, but that deletes ALL the variables rather than just the ones I chose).