Hi Owen -

   Thanks for your response, but no cigar, unfortunately.  Here's what I got:

# set env vars for embedded perl
BEGIN{
$ENV{EMBPERL_SESSION_CLASSES} = "DBIStore SysVSemaphoreLocker";
$ENV{EMBPERL_SESSION_ARGS}    = "DataSource=dbi:mysql:gpp8p_casenet
UserName=gpp
8p Password=\!\!gpp8p";
}
use Apache::Session;
use HTML::Embperl;

  I tried it with the braces surrounding the whole thing - same result.
Perhaps I don't have the tables set up right in MySQL - do you know where
this is described ?

here's what I got:

mysql> describe sessions
    -> ;
+-----------+-------------+------+-----+---------+-------+
| Field     | Type        | Null | Key | Default | Extra |
+-----------+-------------+------+-----+---------+-------+
| id        | varchar(16) |      | PRI |         |       |
| expires   | int(11)     | YES  |     | NULL    |       |
| length    | int(11)     | YES  |     | NULL    |       |
| a_session | text        | YES  |     | NULL    |       |
+-----------+-------------+------+-----+---------+-------+
4 rows in set (0.07 sec)



                                - George Pipkin



*******************************************************************
George Pipkin
Advanced Technology Group
University of Virginia
(804)-924-1329
*******************************************************************

Reply via email to