<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jun 12, 2015 at 1:39 AM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""></span>
Right we do want to have a cookie store later on. I am not sure how this is supposed to look yet though. Suggestions welcome, I believe there is a ticket for it.<br></blockquote><div><br>I'm afraid it will not be easy to find solution that will fit all user cases.<br>Someone need few huge client sessions, keeping cookies for many sites in ETS or even SQL database. <br>It seems httpc optimized for this use case.<br>In my case I need many tiny isolated sessions, so it is possible to have session store in state.<br>That's why I like xhttpc approach - you get some stable API and can use different implementations for <br>say cookie store that fits your needs.<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Redirects, I am not too sure, it's fairly application-dependent (for example I doubt you'd want to redirect automatically every time after a successful POST to a REST API).<span class=""><font color="#888888"></font></span><br clear="all"></blockquote></div><br>Regarding redirects, it of course has its caveats but it should just work for some main cases.<br><br>-- <br><div class="gmail_signature">Mikl</div>
</div></div>