From: Samuel Tesla Date: 2003-07-06T05:28:45+09:00 Subject: Re: CGI::Session with MySQL? Chad Fowler writes: > I don't know if one exists for MySQL, but there's definitely one for > Postgres. If nothing else, you could use this code as a model for your > own. I'm sure it wouldn't be too hard to adapt: > > http://raa.ruby-lang.org/list.rhtml?name=cgi-sess-pg Yeah, that was my plan. I just wanted to see if I needed to even do that much work. I try to be as lazy as I can. I'll poke around a little more, but I suspect I'll be reading the postgres code and writing mine (woohoo! more software to write!).