Hi, I've a rails app with authentication using the devise gem (https://github.com/plataformatec/devise). That works well on the browser. I also have a android app communicating with that server by http requests (RESTful). The problem is: the android app isn't keeping the session when I try to use the method postRequest. I'm attaching part of the code I'm using. I'll try to make a new application isolating the the problem.
-- Joel Silva Uchoa -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en
ServerClient.java
Description: Binary data

