http://qs321.pair.com?node_id=617264


in reply to CGI::Session performance

I have used CGI::Session with both file and mysql, file is a little faster, but I prefer mysql for other reasons.

Several applications can share the same database easily using mysql, I can't answer that for file. I often have several applications using the same data from several different servers using a common mysql server.

jdtoronto