On 10/25/05, Jeff Watkins <[EMAIL PROTECTED]> wrote: > > Tim Lesher wrote: > > The first thing I can think of that some applications would want is a > > "remember me on this computer" cookie that allows a user to choose to > > automatically log in. The duration of the cookie should be > > configurable by the application. > > The expiration of the cookie is entirely configurable. If you specify a > 0 timeout, the cookie will never expire and your application will always > remember visitors.
Ahh. I missed that line in identity/__init__.py Thanks. -- Tim Lesher <[EMAIL PROTECTED]>

