What do you mean by stateless - http is stateless by nature and
therefore we need the session to provide state. I think this is for
BOTH mobile and non mobile its the same. Ahh I think for the mobile
you meen a proper native APP. Within its own working (view navigation)
it doesn't need a session I guess, The API doesnt need a session per
se but it will need its keys or authentication as per its design spec
and will be ignorant of the source.
I think in this case if you use an OAuth 2.0 library some of the
troubles may be accounted for ?