5

By default, ActiveResource client sends username/password in each http request to restful api. Can we configure it to interact using session id so that session is maintained between client and restful server.

Maddy.Shik
  • 6,609
  • 18
  • 69
  • 98

1 Answers1

0

Maybe using the functionality from the 'Remember Me' part of the this railscast might do the job.

Marc
  • 2,584
  • 5
  • 33
  • 47