I am developing an API for one of my android app in rails. I am trying to keep the user session active through the cookies what warden/devise has already implemented for it, through out the all subsequent request.
Thanks in advance.
for thin server : thin start -V
BTW, we can get it with thin --help