[Cppcms-users] Question About session().save()
Brought to you by:
artyom-beilis
|
From: SIMON A. <All...@su...> - 2013-05-08 12:39:23
|
Hello It seems to me that one can't used session().save() two times during the generation of one HTTP answer, i.e the second information is going to be ignored session()["message"] = "bla"; session().save() ; session()["username"] = "foo"; session().save(); Is it wanted? If yes, can the documentation be updated about this side effect ? http://cppcms.com/cppcms_ref/latest/classcppcms_1_1session__api.html#a9388c15001d0e55d31b6d54c9a1edca0 Thank you. Regards, Allan SIMON Tatoeba Administrator (Sysko) |