Bauduin Raphael wrote: > Hi, Moin! > I wondered how sessions are stored in rails, and if it can be tailored. As far as I know CGI::Session is used for this. > 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?) Have a look at cgi/session.rb in your ruby library directory -- there should be two sample session types in there already. (FileStore and MemoryStore) > thanks. > Raph Regards, Florian Gross