Hackerrank-Solution-Crawler
Hackerrank-Solution-Crawler copied to clipboard
Persist user session
should we store some cookie instead ?
storing cookie is a good idea we can also can cache the entire session. For that we can either manually pickle session or use https://github.com/rishabhsingh971/persession
Originally posted by @rishabhsingh971 in https://github.com/Nullifiers/Hackerrank-Solution-Crawler/issues/23#issuecomment-538876434