Also, make sure the "sessions" folder is either A) Symlinked to each other
application or B) Store sessions in database or in a cookie.

--
Thadeus




On Wed, Jan 26, 2011 at 9:38 AM, ron_m <ron.mco...@gmail.com> wrote:

> Also check this setting originally in db.py of the scaffolding app
>
> auth.settings.hmac_key = 'sha512:.....'
>
> If you want to share the table across apps or migrate copies of the
> auth_xxx tables, the code that generates the encrypted passwords use this as
> the method and key.
>
>

Reply via email to