Session persistence
This commit is contained in:
1
sql/sessions/get.sql
Normal file
1
sql/sessions/get.sql
Normal file
@@ -0,0 +1 @@
|
||||
SELECT "session" FROM "sessions" WHERE "sid"=$1 AND CURRENT_TIMESTAMP < "expires_at";
|
||||
Reference in New Issue
Block a user