<div dir="ltr">Hi!<br><div class="gmail_extra"><br><div class="gmail_quote">2015-06-11 21:53 GMT+02:00 Mikl Kurkov <span dir="ltr"><<a href="mailto:mkurkov@gmail.com" target="_blank">mkurkov@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi!<br><br>I'm looking for a HTTP client with HTTP sessions support. <br>That means it should store and properly use session cookies and follow redirects.<br><br>Options:<br><br>1. httpc - standard app, has cookies store, redirects. Main problem is that it uses heavyweight profiles to isolate sessions,<br>So for each session I will need to create an atom (for name) and also a profile ETS table will be created.</div></blockquote><div><br></div><div>Creating a name for the profile is not that heavy?! The ets-table is an implementation detail not written in stone, it could use some other data structure like a dict or something. Feel free make a PR, if you make a good case it can be changed.</div><div><br></div><div>Regards Ingela Erlang/OTP team - Ericsson AB</div><div><br></div><div> [...]</div></div></div></div>