<div class="gmail_quote">On Tue, Mar 31, 2009 at 12:18 PM, Henrique Recidive <span dir="ltr"><<a href="mailto:recidive@gmail.com">recidive@gmail.com</a>></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'd wager. The indexes will only grow (in comparison to current) when there are entries of length >64 (varchar isn't padded). But the "session" field is a longtext, so it isn't exactly a high-performing table as it is. (just looking at a D5 install, YMMV for D6+). But it'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't you just save you key in a session variable (e.g. $_SESSION['fb_key']) ?</div>
</blockquote><div> </div><div>^this! :)</div><div><br></div><div>-D</div></div>