[Cppcms-users] Sessions
Brought to you by:
artyom-beilis
From: Frank E. <fra...@an...> - 2010-08-20 19:17:51
|
Hi, I try to use sessions. Though the system generates session cookies - which are received by the browser - they are not available in the next http request from the browser. I use server side sessions. I just have to include session_interface.h and then can use session()[key] = value to store and value = session()[key] to retrieve values in sync sessions. Am I missing something here? Any thoughts welcome. Regards, Frank -- Dipl.-Ing. (FH) Frank Enderle anamica UG (haftungsbeschränkt) Beinsteinerstr. 6 71334 Waiblingen Telefon: +49 151 14981091 Telefax: +49 7151 1335770 E-Mail: fra...@an... Internet: www.anamica.de Handelsregister: AG Stuttgart HRB 732357 Geschäftsführer: Yvonne Holzwarth, Frank Enderle |