<div class="gmail_quote">On Tue, Mar 31, 2009 at 12:18 PM, Henrique Recidive <span dir="ltr">&lt;<a href="mailto:recidive@gmail.com">recidive@gmail.com</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Surely there will be a performance hit, due to longer indexes.</blockquote><div><br></div><div>Barely perceptible, I&#39;d wager. The indexes will only grow (in comparison to current) when there are entries of length &gt;64 (varchar isn&#39;t padded). But the &quot;session&quot; field is a longtext, so it isn&#39;t exactly a high-performing table as it is. (just looking at a D5 install, YMMV for D6+). But it&#39;s probably beside the point because:</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Can&#39;t you just save you key in a session variable (e.g. $_SESSION[&#39;fb_key&#39;]) ?</div>

</blockquote><div> </div><div>^this! :)</div><div><br></div><div>-D</div></div>