RE: Embperl - where are the cookies ? Success....

1999-10-31 Thread Gerald Richter
$Apache::Session::SysVSemaphoreLocker::nsems = 16; (note - I'm running Solaris so I gotta have the nsems argument) I put the hint with nsems and Solaris in the Embperl docs (the missing BEGIN block is already added) Thanks for the hint Gerald

Re: Embperl - where are the cookies ? Success....

1999-10-30 Thread George Pipkin
Hi Everybody - Finally got it working, and I wanted to sum up what I did so if somebody else runs into this, it'll be waiting for 'em in the archives. In the startup.pl, here's what I got: BEGIN{ $ENV{EMBPERL_SESSION_CLASSES} = "DBIStore SysVSemaphoreLocker"; $ENV{EMBPERL_SESSION_ARGS}=

Embperl - where are the cookies ?

1999-10-29 Thread George P. Pipkin
Hi Everybody - I have been playing around with Embperl. I have a little script that resembles the counter test mentioned in the docs, and it appears to run. Problem is, no cookies get set. And the value of the counter is erratic. One browser will appear to pick up the count from another.

Re: Embperl - where are the cookies ?

1999-10-29 Thread Owen Stenseth
George, This problem was mentioned in a previous post because it is wrong in the documentation (it may be fixed now). The setting of $ENV{EMBPERL...} variables in this case need to be inside a BEGIN block at the start of the script. This is because the value of these variables are used to