Changing Session Variables
Posted: 2011-08-24 06:03
I'm having difficulty getting changes to session variables to stick in a website built with ADDT. Upon login, several pieces of information from the database users table are set as session variables. I have a page that allows users to make changes to their user profile, and I want to be able to change the sessions variables to reflect the update after the changes are saved in the database. I can give the session variables new values and display them on one page, but when I go back to another page, the session variables still show the values that were set at login.
Any idea what I need to do to make my session variable changes "stick" without having my users log out and log back in?
Any idea what I need to do to make my session variable changes "stick" without having my users log out and log back in?