Posted by sidharth_k on December 28, 2011 at 10:12am
This project contains functionality to maintain a persistent, logged in connection to a remote Drupal REST service. The remote Drupal system is assumed to be running the Services module (REST server).
Everything is done transparently. So you don't need to worry about session expiration, re-logins etc.
All functionality is implemented through the SessionCachingClient class. See README.txt for a usage example.