[Cppcms-users] Question about sessions
Brought to you by:
artyom-beilis
From: Pierre C. <pi...@co...> - 2019-04-22 17:43:45
|
I want to store data associated to a session somewhere on the server, if possible not in a cookie, except, if needed, some pointer on this data. What is the best policy to do that, so that when the session is destroyed, this data can be cleaned ? May I get derive my_session from some session object, and clean idata in the destructor ? Congratualations for cppcms. It is a jewel... PC |