Re: [Cppcms-users] Session problem
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-04-10 10:45:54
|
> apps::Master ctr(service()); > > >The problem is I can't access the session. If I try something like >ctr.session() the JSON service freezes. You can't access the session of unconnected application, you can't create applications "on-the fly" they are not designed for it. In order to access the session via JSON_Service::session() API that See this thread: http://thread.gmane.org/gmane.comp.lib.cppcms.user/978 Artyom |