[Cppcms-users] CppCMS 1.0.4 Released - bug fix release
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-06-24 19:10:35
|
This is a critical bug fix release that relates to session handing in Internet Explorer. Added "Expires" to cookie expiration time handling that is supported by IE. Prior to this release, cppcms session cookies used max-age option, that IE does not recognize. Starting from this release the session cookies would have both Expires and Max-Age options. All browsers that use Max-Age would ignore Expires if both given. New options that control the session cookie properties are added, see expiration_method [1] that would allow to alter the behavior and handle possible clock skew issues Special thanks to Saikumar Gandapodi who reported me this issue. [1] http://cppcms.com/wikipp/en/page/cppcms_1x_config#session.cookies.expiration_method Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |