I am trying to write a simple Orchard shopping cart module that will store items in session state and then read them when the user wants to check. It should work for anonymous users.
I downloaded the Jumpstart module, but could not find a way to access the session in the handler or driver.
Any help would be great.
source share