Hi, > After reading of Embperl on Perlmonks.org, I've decided that > it really is worth examining as a replacement for my php. > I've installed mod_perl, Apache 1.3.33, and MySQL 4 on my > FreeBSD 4.11-STABLE system. Looking for a better way to > handle sessions, I found Apache::Session::Memcached. I don't > need it for my current project, but for another I have being > done by other programmers. I can get Apache::Session::File to > work properly in this [* *] format, but memcached does not > like being embedded in embperl, apparently. >
I am not sure what's wrong with your setup, since I never used Apache::Session::Memcached, but Embperl comes with a buildin session management, based on Apahce::Session (and Apache::SessionX). You should be able to configure it in the way that it uses Apache::Session::Memcached as storage. Read the section about Session Handling in Embperl.pod for further information. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]