Search code examples
extjssencha-touch-2

How to store user session in secha touch 2


Im using Sencha Touch 2 where i have a login form asking for username and password now i want to store user details via Session/Cookie so the user can logout,

i browsed some links which i got

Sencha-touch : save login / password (save session, multi-tasks)

but im being an new to sench touch develpment

any help using code examples will be of very great input for me

Thanks in advance


Solution

  • This is something which is managed by the server, not the client, so you want to look at , not at sencha itself.

    On a guess that you are using php, for something really basic, take a look at: http://www.html-form-guide.com/php-form/php-login-form.html