[web2py] Re: Session Issues seen when users log into Web2py with an Andriod App

2013-07-13 Thread Christian Foster Howes
massimo's statement is a good starting point. for debugging i highly recommend getting charles http proxy: http://www.charlesproxy.com/ it's my best friend in debugging network calls from mobile apps! once you have some details about the networks calls and cookies etc we should be able to hel

[web2py] Re: Session Issues seen when users log into Web2py with an Andriod App

2013-07-12 Thread Massimo Di Pierro
My guess is that the mobile browser does not return cookies. Is that possible? On Thursday, 11 July 2013 22:19:38 UTC-5, Ravindra Pai wrote: > > We have decided to use Web2py Framework to develop an Android app. As a > part of the app, we would like to know the users who have logged in. > > My p