[Cppcms-users] Session data from client does not reach cppcms::rpc::json_rpc_server method?
Brought to you by:
artyom-beilis
|
From: CN <cn...@fa...> - 2013-11-29 11:30:03
|
Taking void post(std::string const &author,std::string const &message)
in file json_rpc_chat.cpp as an example,
session().is_set("my_key");
appears to always return false. However,
session().get_session_cookie();
does return a string. Am I misunderstanding http or the framework?
Thank you!
CN
--
http://www.fastmail.fm - Choose from over 50 domains or use your own
|