<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
From: Bryon Baker <br></blockquote><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">It looks like I should be able to do this using the Session table. If this is true is there a definition for the blob somewhere?<br>
<br></blockquote><div><br></div><div>If you store your sessions in the RT DB as I do you can get a list of sessions:<br></div><div>> mysql> select id, LastUpdated from sessions;</div><div><br></div><div>In any case you can always parse RT Session blobs using the rt session viewer:</div>
<div><div> <a href="http://bestpractical.com/docs/rt/4.2/rt-session-viewer.html">http://bestpractical.com/docs/rt/4.2/rt-session-viewer.html</a><br></div><div><br></div><div>cheers,</div><div>ram</div><div><br></div><div>
<br></div></div></div></div></div>