Hi, > $ENV{EMBPERL_SESSION_CLASSES} = "FileStore NullLocker";
Should be $ENV{EMBPERL_SESSION_CLASSES} = "File Null"; (The FileStore and NullLocker was from Apache::Sesion 0.17 and doesn't works anymore) > $ENV{EMBPERL_SESSION_ARGS} = > "Directory=/home/alienated/cgi-bin/tmp"; > You should create the tmp directory outside of a directory that is accessable through the webserver (this is a security problem and a problem that will not work) > %Embperl::initparam = (use_env => 1, use_redirect_env => 1) ; > } > > (and i created the 'Directory' w/ permissions 777 - not sure if i need to?) Yes you need to > The test i'm running is as follows: > > $udat{'count'}++; > print OUT $udat{'count'}; > > #(always prints 1) > > Please let me know what i'm doing wrong or if its not possible to run under > my setup. Thanks, > Yes, it works with CGI. Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]