Make logins persistent
This commit is contained in:
@@ -260,12 +260,12 @@ class Session:
|
|||||||
# "timezone": "-120",
|
# "timezone": "-120",
|
||||||
# "lgndim": "eyJ3IjoxNDQwLCJoIjo5MDAsImF3IjoxNDQwLCJhaCI6ODc3LCJjIjoyNH0=",
|
# "lgndim": "eyJ3IjoxNDQwLCJoIjo5MDAsImF3IjoxNDQwLCJhaCI6ODc3LCJjIjoyNH0=",
|
||||||
# "lgnrnd": "044039_RGm9",
|
# "lgnrnd": "044039_RGm9",
|
||||||
# "lgnjs": "n",
|
"lgnjs": "n",
|
||||||
"email": email,
|
"email": email,
|
||||||
"pass": password,
|
"pass": password,
|
||||||
# "login": "1",
|
"login": "1",
|
||||||
# "persistent": "1",
|
"persistent": "1", # Changes the cookie type to have a long "expires"
|
||||||
# "default_persistent": "0",
|
"default_persistent": "0",
|
||||||
}
|
}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user