Hi, I wondered how sessions are stored in rails, and if it can be tailored. I'm a cgikit user as everyone knows by now ;-) and I like the way how this is abstracted: you can write your own session storing class and tell your app to use it. Is this possible (or something similar) with Rails? I looked at the doc but only saw a reference to a drb session daemon. (did I miss the right place in the doc?) The reason I'm interested in such a thing is that I thought (but I didn't test it yet) that it would let me integrate cgikit (and possibly rails) developments in an existing PHP application eg. thanks. Raph