cookieSecure property

bool cookieSecure
final

Set-Cookie attribute Secure (default true, browsers only send the cookie over HTTPS). Set to false for local HTTP development.

Implementation

final bool cookieSecure;