Hacker News new | past | comments | ask | show | jobs | submit login

It works fine for sessions. This is because it saves all HTTP responses (including headers). So in `serve` mode it replays everything as if the server was giving it to you. But in practice, cookies don't matter much (unless their used by the client in JS), since we're not talking to a server anymore, just serving responses from disk. I'll add the sessions info to the README.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: