search

Home  >  Q&A  >  body text

php - webapp problem

How does the webapp save login information? Just like those Meituan apps, after logging in, reopen the app without re-logging in, thank you

过去多啦不再A梦过去多啦不再A梦2827 days ago614

reply all(4)I'll reply

  • 漂亮男人

    漂亮男人2017-05-16 13:04:32

    You can refer to the link shown: http://blog.csdn.net/hengyuna...

    Please make good use of search engines to find more solutions. Hope it helps you

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 13:04:32

    Most use the localStorage feature of h5 to store information

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-16 13:04:32

    Two methods I have used:

    1. Use html5 local storage, you can use sessionstorage, local storage and indexedDB;

    2. Using local storage of Android and ios requires app-side development interface;

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-05-16 13:04:32

    session,cookie,local storage

    reply
    0
  • Cancelreply