in reply to Re: web ap modules needed
in thread web app modules needed

ad Session: Think about BerkleyDB, this is very usefull for tie-ying (oh, my English...) and storing on the fly. You can, for instance, serialize perl structures by Data::Dumper and store it as plain text... But if you need some concurrency, the SQL engines are much more better for maintenance reasons. We typically develops hand made session management for every web application because different requirements.