. ($lifetime ? "; expires=" . gmdate("D, d M Y H:i:s", time() + $lifetime) . " GMT" : "")
. "; path=" . preg_replace('~\\?.*~', '', $_SERVER["REQUEST_URI"])
. ($HTTPS ? "; secure" : "")
- . "; HttpOnly; SameSite=lax"
- );
+ . "; HttpOnly; SameSite=lax",
+ false);
}
/** Restart stopped session
Adminer 4.3.1-dev:
+Fix permanent logging after logout (bug #539)
PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (regression from 4.3.0)
PostgreSQL: Fix nullable fields in export
PostgreSQL: Support JSON and JSONB data types