Best Practices For Lengthening Cookie Length Before Tonite's Shutdown
| ...,,..;...,,..,..,...,,,;.., | 03/19/26 | | richard clock | 03/19/26 | | potluck | 03/19/26 | | ...,,..;...,,..,..,...,,,;.., | 03/19/26 | | .,.,.;;,;.,;:,:,,:,.,:,::,..;.,:,.:;.:.,;.:.,:.::, | 03/19/26 | | ...,,..;...,,..,..,...,,,;.., | 03/19/26 | | .,.,.;;,;.,;:,:,,:,.,:,::,..;.,:,.:;.:.,;.:.,:.::, | 03/19/26 |
Poast new message in this thread
Date: March 19th, 2026 2:51 PM
Author: ...,,..;...,,..,..,...,,,;..,
(http://www.autoadmit.com/thread.php?thread_id=5847572&forum_id=2\u0026show=week#49755853) |
Date: March 19th, 2026 2:54 PM
Author: ...,,..;...,,..,..,...,,,;..,
maybe have a macro to open a new browser session every 15 minutes and log you into a new session. that way you're maximizing the time the last successful login lasts
(http://www.autoadmit.com/thread.php?thread_id=5847572&forum_id=2\u0026show=week#49755864) |
Date: March 19th, 2026 3:10 PM
Author: .,.,.;;,;.,;:,:,,:,.,:,::,..;.,:,.:;.:.,;.:.,:.::,
chatgpt says to use this
setInterval(() => {
fetch(window.location.href, { credentials: "include" });
console.log("keepalive ping:", new Date().toLocaleTimeString());
}, 5 * 60 * 1000); // every 5 minutes
(http://www.autoadmit.com/thread.php?thread_id=5847572&forum_id=2\u0026show=week#49755895) |
 |
Date: March 19th, 2026 3:14 PM
Author: ...,,..;...,,..,..,...,,,;..,
where do i add this to?
(http://www.autoadmit.com/thread.php?thread_id=5847572&forum_id=2\u0026show=week#49755908) |
 |
Date: March 19th, 2026 3:15 PM
Author: .,.,.;;,;.,;:,:,,:,.,:,::,..;.,:,.:;.:.,;.:.,:.::,
F12 → Console → paste
try asking chatgpt yourself too, it gives a few different options. i just told it i needed to generate activity on a site that logs me off automatically after 15 minutes of inactivity.
(http://www.autoadmit.com/thread.php?thread_id=5847572&forum_id=2\u0026show=week#49755913) |
|
|