We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82b734d + 53ab3cc commit 0f9faafCopy full SHA for 0f9faaf
CefSharp.Core/Cef.h
@@ -239,6 +239,10 @@ namespace CefSharp
239
cookie.expires.year = expires.Year;
240
cookie.expires.month = expires.Month;
241
cookie.expires.day_of_month = expires.Day;
242
+ cookie.expires.hour = expires.Hour;
243
+ cookie.expires.minute = expires.Minute;
244
+ cookie.expires.second = expires.Second;
245
+ cookie.expires.millisecond = expires.Millisecond;
246
247
if (CefCurrentlyOn(TID_IO))
248
{
0 commit comments