gioui-plugins / gio-plugins

Gio-Plugins offers new plugins to extend and enhance your Gio app. Inspired by flutter/plugins repository,
Other
46 stars 6 forks source link

session cookie #62

Open 3052 opened 3 months ago

3052 commented 3 months ago

I can print cookies using ListCookieOp and CookiesEvent, but it seems to ignore session cookies:

https://developer.mozilla.org/docs/Web/HTTP/Cookies#define_the_lifetime_of_a_cookie

is it possible?