Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
hythm Is it possible to save/load http session using Cro::HTTP::Client? for example if a website creates a persistent session that last for 60 minutes, how can I make Cro::HTTP::Client save the session after login, then use the saved session for next runs of the script so I don't have to login again. 05:08
May be I can save the session info to a local file then populate the session info from that file everytime I run the script but I'm not sure if this would be the correct way 05:16
patrickb See cro.raku.org/docs/http-auth-and-sessions 05:37
hythm Thanks. Reading... 05:45
jnthn If it's about the client, cooke jar is maybe the more suitable thing 10:32
patrickb Ah right. cro.raku.org/docs/reference/cro-ht...-cookiejar 11:54