Hello,
I’m working on a website whose template layout is stored in a database.
I plan to be make it possible to edit and preview any changes to template dynamically via a CMS using AJAX.
And so I was just wondering if using session variables is the best way to store any changes made throughout the edit session to the original db data, as I want the changes to be immediately displayed to the user but without saving it to the db.
Thanks.