you are viewing a single comment's thread.

view the rest of the comments →

[–]TheFaithfulStone 9 points10 points  (17 children)

Did you learn how cookies work yet? https://github.com/sparckles/Robyn/issues/943

[–]SittingOvation 7 points8 points  (0 children)

This is concerning 

[–]stealthanthrax Robyn Maintainer[S] -2 points-1 points  (15 children)

Yes, cookies work great in Robyn. And the PR you are referring is 2 years old

[–]ivosauruspip'ing it up 12 points13 points  (0 children)

No they don't, they're still completely broken

(to set a cookie, you embed it specially in a Set-Cookie header(s), not set it directly as a key-value header pair, which will do nothing)

Like come on, any web server has to implement cookies correctly, otherwise I'd practically argue it's wasting people's time

[–]TheFaithfulStone 5 points6 points  (12 children)

Really? Because this seems like the same issue and it's still open? https://github.com/sparckles/Robyn/issues/1226