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.
1 parent fd20a06 commit 53ab3ccCopy full SHA for 53ab3cc
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