Re: [web2py] get user id on mobile app after login to web2py

2012-01-16 Thread Bruno Rocha
the user id is in session.auth.user.id once usre logged in. On Mon, Jan 16, 2012 at 10:50 PM, Yuval wrote: > I need the web2py user id on an android mobile application. > > The user will use a web page (WebView) to perform the login (or to > register). > > Once logged in, what is the best sugges

[web2py] get user id on mobile app after login to web2py

2012-01-16 Thread Yuval
I need the web2py user id on an android mobile application. The user will use a web page (WebView) to perform the login (or to register). Once logged in, what is the best suggested way to pass back the user id to the container application (browser)? Thanks, Yuval