I am currently using the PHP Checkfront framework and would like to know how to stop the new Booking Class from overwriting other session data. I am storing non-checkfront data in a session and when I generate a new booking class it overwrites my session with the checkfront array.
Comments
We could use a bit more information. Which PHP framework are you referring to? The two PHP libraries published by Checkfront are the PHP-SDK (https://github.com/Checkfront/PHP-SDK) and the PHP-Widget (https://github.com/Checkfront/PHP-Widget). I can't find any Booking class in our two libraries.
Depending on your experience with building PHP applications, there's quite a bit of information to know about session management in PHP. You can learn about it at http://php.net/manual/en/book.session.php.