Re: [Cppcms-users] Web Service session management
Brought to you by:
artyom-beilis
From: Marcel H. <ke...@co...> - 2012-01-27 08:57:04
|
hi too, afaik, there is not solution for you. Session is only available over cookies. Maybe you can do a little bit cheating and post the sessionID in the URL and then, before every connection you can read it out and parse it as a session cookie. Can't guaranteethat this is a) a possible solution and b) a secure and good solution. Nevermind, have fun and good luck :) Am 27.01.2012 09:33, schrieb Leon: > Hi, > > Cppcms uses cookies to manage session. This is fine if the client is a > browser. However, if the client is not a browser, cookie support may > not available. In this case how can we manage sessions? What is the > best practice? > > Thanks. > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 [1] > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... [2] > https://lists.sourceforge.net/lists/listinfo/cppcms-users [3] Links: ------ [1] http://p.sf.net/sfu/learndevnow-dev2 [2] mailto:Cpp...@li... [3] https://lists.sourceforge.net/lists/listinfo/cppcms-users |