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:
clicking on button mobile app open mobile browser, user need login again, , proceed perform required action.
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
Post a Comment