Re: [Cppcms-users] sessions::format violation data
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-06-25 13:36:40
|
Does it happen in production? Or on your own tests. Can it be that you switched from signed to encrypted and signed cookies without changing the signature key only added AES key? If it happens on your own tests just give me the cookie in the browser and the keys. If it happens in production it is different story. Also it must not happen as invalid data should not come through the signature. Than contact me in private and I'll see how can we debug it because it is serious. Artyom On Tue, Jun 21, 2016 at 12:57 PM, CN <cn...@fa...> wrote: > On Sun, Jun 19, 2016, at 02:00 PM, Artyom Beilis wrote: >> What type of session have you been using? >> >> Note session content is protected with either digital signature or it >> is stored on server so it may be either (a) file/db for server side >> storage corrupted (b) there is a bug >> >> If you getting this problem please provide the cookie that creates the >> issue, if you are using client side storage I also need the keys, for >> server side storage the data. >> > > I use client side storage. > Server reset the cookie so fast that I failed to retain the cookie in > question in time. Next time I will try to grab it if the same problem > happens again. > > Please pardon me for the dumb question - how do I retain the cookie in > question? > Am I supposed to write it to file in server or I can export cookies from > browsers to file? > > Best Regards, > CN > > -- > http://www.fastmail.com - Faster than the air-speed velocity of an > unladen european swallow > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |