I been trying to set an service object from a http post response to a controller and getting it from another controller. The tutorials I seen in SO or sites are focused
create a basic service with setters and getters. Inject the service into both the controllers. use setter in one controller and getter in the another.