Hi Morgan,<div>For each event which you are getting from users, you need some information within the event that can relate with a session (which may or may not exist in your application). This is what I usually see in most of the application level protocols.</div>
<div><br></div><div>What I recommend is that, let each event have {Session ID, Request Number} combination.</div><div>The request number can be used for any checks (duplicate events or keeping a tab on session length etc)</div>
<div><br clear="all">-Arun<br>
<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>