On 1/12/07, Andrew Durdin <[EMAIL PROTECTED]> wrote:
> Can you explain the reasons why one would want to use signed cookies?
> What (presumably security) issues are they intended to overcome?
Stateless server. Rather than provide a randomized session token to
the user and associate that token wit
Hey all,
I've been hacking on my application for a bit now, and I'm at the
point where I'd want to be able to evolve my schema, rather than blow
away the data or futz around with SQL to upgrade stuff. So I took a
look at the schema-evolution branch, and it looks mostly abandoned.
Is this the ca