session_caching_client

Component ID

1387530

Component name

session_caching_client

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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.