<div class="gmail_quote">2011/6/4 Wilson MacGyver <span dir="ltr"><<a href="mailto:wmacgyver@gmail.com">wmacgyver@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I looked around but didn't see any obvious ways to handle user<br>
sessions in Misultin? I looked<br>
around for mochiweb too and all I found was some example codes about<br>
setting cookies manually.<br>
<br>
The only place I've found anything that deal with session handling is<br>
in nitrogen.<br>
<br>
Am I missing something obvious? or is this something I need to roll my own?<br>
<br>
Thanks<br></blockquote><div> </div></div>there are several arguments for and against server session variables. let's however not forget that http is a stateless protocol, and that this is yet-again-another-http-hack, together with comet applications and such.<br>
<br>the reason why i've not added those in misultin is because there are several good ways to deal with them, like memcached for instance. i just believe that sessions are not something http-related, and thus not within a lightweight http library.<br>
<br>just my opinion, of course. :)<br><br>r.<br>