Hello,
>
> By reading whatever I can find on the web, it seems that I must uses
> Apache::Session, Apache::Sessions::DBI, or with EmbPerl
> Apache::Sessions::ebDBI. Also, I don't want to be forced into using mySQL
> as my database. Right now I am using MSAccess for my database (just for
> testing) using the DBI::ODBC driver. I want to use this same driver and
> database with my session management also.
>
You have to install Apache::Session and configure Embperl to use it. For
your current setup I would recommend file based sessions, that is easy and
works on NT. (I never have tried to write session into Access). You should
have something like this in your httpd.conf:
PerlSetEnv EMBPERL_SESSION_CLASSES "File Null''
PerlSetEnv EMBPERL_SESSION_ARGS "Directory=/path/to/your/sessions''
If you now restart Apache you should see a message "Embperl session
management enabled". Now you can put all your session data in the hash %udat
and Embperl does the rest for you
Hope this helps
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]