I'm trying to implement some simple middleware that will have behaviour based on session data.
>From looking at the source for Camping::Session and Rack::Session, I thought >I'd just be able to put my own middleware between Camping::Session and my app. >I tried doing it the same way that Camping::Session works - by including a >module in my app - but if I inspect the environment in there, it's still >encrypted. Has anyone else tried something like this?
_______________________________________________ Camping-list mailing list Camping-list@rubyforge.org http://rubyforge.org/mailman/listinfo/camping-list