hi Jon,

Can you please share updates on integration between fbconnect and
auth.user()?

Thanks

On Feb 2, 4:34 pm, Jon Romero <[email protected]> wrote:
> But then how auth.user is updated?
>
>
>
>
>
> >All auth does on successful login is:
> >from gluon.storage import Storage
> >session.auth=Storage()
> >session.auth.user = db(db.auth_user.id==logged_in_user_id).select
> ().first()
> >session.auth.user_id = session.auth.user.id
> >session.auth.last_visit = request.now
> >set session.auth=None on logout.
>
> > >>> So, how can Icreatea new session programmatically (like the login
> > >>> page does)?
>
> > >> --
> > >> Alejandro Fanjul Fdez.
> > >> [email protected]
>
> > --
> > Alejandro Fanjul Fdez.
> > [email protected]


-- 
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

Reply via email to