vicious-gold
vicious-gold2y ago

Crawlee Vercel Serverless Session Managment

Hi! Sorry to bother anyone, I was wondering if I could ask a few questions regarding session managment with Crawlee. I'm working on a personal site that lets me log in to certain websites and handle automatic uploads and resolve orders etc for a company management tool. The service we use doesn't expose an API for this so I need to do it via Crawlee and I was wondering how can I keep a session running using serverless. I wrote a bunch of methods that are split up now into their own routes but to do anything I need to log in to the website each time. Anyway I can avoid doing that?
1 Reply
Alexey Udovydchenko
should be possible by saving cookies from your browser and reuse them on initial page load, see https://docs.apify.com/academy/tools/edit-this-cookie and https://docs.apify.com/academy/concepts/http-cookies

Did you find this page helpful?