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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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