java - Securely Check If User Is Logged In -


question: secure method of storing , checking if user 'logged in' application.

i building personal finance application security important.

is storing key->value pair in sharedpreferences such loggedin->true secure enough? (my intuition tells me no).

could please point me in right direction?

much appreciated!


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -