android - Share mobile logged in user details with PHP session -


i working on mobile site run alongside mobile app being developed company. product manager has provided spec, in mentioning 2 options implement feature:

  1. clicking on button mobile app open mobile browser, user need login again, , proceed perform required action.

  2. clicking on button mobile app open in-app browser, user not need login, , completes entire flow , closes in-app browser.

my question is: not understand difference between mobile browser , in-app browser. in-app mean mobile browser opened inside app? , if so, using php able recognize current login in app? or there way can ask mobile team set session when open "in-app" browser such can access session , determine logged in?

as can see, pretty ok php , server side coding, knowledge of these new mobile technologies poor...i guess getting od job now.. sigh.

any pointers appreciated.

i think in-app browser has meant webview opens web pages part of application


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -