Re: Signed Cookies (ticket #3285)

2007-01-12 Thread David Anderson
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

Schema Evolution branch?

2006-12-27 Thread David Anderson
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