You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an error with session management because of a third party cookie that isn't compliant with the RFC on the same domain as my application.
Type check failed in assignment to $!value; expected CookieValue but got Str ("\{\"c\":\{\"w\":\{\...)2022-11-18T11:54:14.561884582+01:00 in submethod BUILD at /opt/rakudo-pkg/share/perl6/site/sources/DD406B8779173EB9643677DE8EA7E202F6E780D3 (Cro::HTTP::Cookie) line 1552022-11-18T11:54:14.561887408+01:00 in method unpack-cookie at /opt/rakudo-pkg/share/perl6/site/sources/7B83BBF2CF66E4F317ADB2909000EBF2F3667E50 (Cro::HTTP::Request) line 1692022-11-18T11:54:14.561890206+01:00 in method cookie-value at /opt/rakudo-pkg/share/perl6/site/sources/7B83BBF2CF66E4F317ADB2909000EBF2F3667E50 (Cro::HTTP::Request) line 1882022-11-18T11:54:14.561893296+01:00 in method existing-session at /opt/rakudo-pkg/share/perl6/site/sources/0A20249C825DC2EE7BAB17CFC838544F51103EE5 (Cro::HTTP::Session::InMemory) line 94
Is it possible to catch the error and ignore cookies that can't be parsed from my side? Or should it be treated on Cro side?
The text was updated successfully, but these errors were encountered:
I have an error with session management because of a third party cookie that isn't compliant with the RFC on the same domain as my application.
Is it possible to catch the error and ignore cookies that can't be parsed from my side? Or should it be treated on Cro side?
The text was updated successfully, but these errors were encountered: