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?
Changing Session Variables
Re: Changing Session Variables
As far as I know you cant change the values for the session variables that was defined in the control panel.
Just looking at the tng files it looks like they are encrypting the data for security.
Might be wrong...
If you find a solution please post back on the forum.
Just looking at the tng files it looks like they are encrypting the data for security.
Might be wrong...
If you find a solution please post back on the forum.