Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 selenium 和 python 来进行浏览器自动化。我的程序将不断运行,但我不想退出网站。
网站在我空闲时将我注销需要多长时间?我怎样才能让它不让我退出?刷新网站上的页面就足够了吗?这不是像银行或商店那样有安全保障的网站。我只是不想退出。
我正在开发的网站是 points2shop.com 或 cashle.com。
会话超时是在服务器端设置的 - 除非您实际上尝试通过增加不活动时间来计时并查看它何时超时,否则您无法确定超时时间。
任何 HTTP 请求(应该包括页面刷新)很可能会导致您保持登录状态。