Thread: [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/ |
|
From: Shiv S. D. <shi...@gm...> - 2013-06-24 19:17:27
|
Hi Artyom, I have not checked latest code but is the ICU build error reported a month ago or so is fixed? On Tue, Jun 25, 2013 at 12:40 AM, Artyom Beilis <art...@ya...> wrote: > 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/ > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > Respect, Shiv |
|
From: Artyom B. <art...@ya...> - 2013-06-24 19:19:51
|
Actually, I have not seen any problems with ICU version you are talking about. I think we need to try to see what exactly happended in your case, because on Ubuntu it works perfectly fine. Also why wouldn't you take the deb packages ready for Ubuntu? (I recall that was the Linux you are working on) Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Shiv Shankar Dayal <shi...@gm...> >To: Artyom Beilis <art...@ya...>; cpp...@li... >Sent: Monday, June 24, 2013 10:17 PM >Subject: Re: [Cppcms-users] CppCMS 1.0.4 Released - bug fix release > > > >Hi Artyom, > >I have not checked latest code but is the ICU build error reported a month ago or so is fixed? > > > > > >On Tue, Jun 25, 2013 at 12:40 AM, Artyom Beilis <art...@ya...> wrote: > >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/ >> >>------------------------------------------------------------------------------ >>This SF.net email is sponsored by Windows: >> >>Build for Windows Store. >> >>http://p.sf.net/sfu/windows-dev2dev >>_______________________________________________ >>Cppcms-users mailing list >>Cpp...@li... >>https://lists.sourceforge.net/lists/listinfo/cppcms-users >> > > >Respect, >Shiv > > |
|
From: Shiv S. D. <shi...@gm...> - 2013-06-24 19:26:22
|
No I never had problems. It was reported by another user. On Tue, Jun 25, 2013 at 12:49 AM, Artyom Beilis <art...@ya...> wrote: > Actually, I have not seen any problems with ICU version you are talking > about. > > I think we need to try to see what exactly happended in your case, because > on Ubuntu it works perfectly fine. > > Also why wouldn't you take the deb packages ready for Ubuntu? (I recall > that was the Linux you are working on) > > Artyom Beilis > -------------- > CppCMS - C++ Web Framework: http://cppcms.com/ > CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ > > ------------------------------ > *From:* Shiv Shankar Dayal <shi...@gm...> > *To:* Artyom Beilis <art...@ya...>; > cpp...@li... > *Sent:* Monday, June 24, 2013 10:17 PM > *Subject:* Re: [Cppcms-users] CppCMS 1.0.4 Released - bug fix release > > Hi Artyom, > > I have not checked latest code but is the ICU build error reported a month > ago or so is fixed? > > > > On Tue, Jun 25, 2013 at 12:40 AM, Artyom Beilis <art...@ya...>wrote: > > 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/ > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > Respect, > Shiv > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > -- Best regards, Shiv Shankar Dayal |
|
From: Shutov S. <ser...@gm...> - 2013-06-24 20:02:56
|
Thank you very much. p.s. I thinking you release 1.1.x version :) when you release it? |
|
From: Artyom B. <art...@ya...> - 2013-06-26 07:01:29
|
>________________________________ > From: Shutov Sergey <ser...@gm...> >To: cpp...@li... >Sent: Monday, June 24, 2013 11:02 PM >Subject: Re: [Cppcms-users] CppCMS 1.0.4 Released - bug fix release > > >Thank you very much. > >p.s. I thinking you release 1.1.x version :) when you release it? > > Short answer: ------------- when it is ready. Long answer: ------------ I have some serious and important features to implement that would provide a significant leap forward, but it takes time. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |