Can I have a link that would add something to the session hash? For example if I had a link, can it do this when clicked:
session[:items] << item
I'll probably have to have the link trigger a JS file for that action, so I can update the session when the user clicks the link.