I can use one Auth (login,permission,...) for many app (same users)?
Vào 02:38:21 UTC+7 Thứ tư, ngày 27 tháng hai năm 2008, mdipierro đã viết:
>
>
> Not sure what you are trying to do.
>
> other_session=gluon.fileutils.get_session('other_app')
>
> allow this app to steal the session vars of another app (if it is not
> locked).
>
> Massimo
>
> On Feb 26, 2008, at 12:32 PM, Michael Wills wrote:
>
> > With session ids stored separately for each app, would a good way
> > to implement site SSO be by, say
> > - adding a 'site_session' field to a user
> > - save the site_session after authentication
> > - check the site_session in apps that need to check for SSO
> >
> > Something along those lines?
> >
> > Michael
> >
> > >
>
>