Ladies and Gents,
        I am trying to install Pay Flow Pro on my server, and am running
into weird problems.  I follow instructions from Verisign, and still cant
get the thing to function.

        I get the error below:

Fatal error: Call to undefined function: pfpro_init()  


        Php compiles just fine with the following parameters, and so is
enabled in apache.

--with-apxs2=/usr/local/apache/bin/apxs \
--with-pfpro=shared

PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!

THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Vasiliy Boulytchev
Colorado Information Technologies, Inc.
http://www.coinfotech.com

-----Original Message-----
From: Kim Steinhaug [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 17, 2004 3:10 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: session


You could do add an extra value/parameter to your session, "lastactive".
Each time you have some activity from the current session you update your
database with a timestamp. This way you could easily delete everything from
your database which is older that say 30 minutes.

Having a session database which grows out of proportions is kinda waste of
space.

--
--
Kim Steinhaug
----------------------------------------------------------------------
There are 10 types of people when it comes to binary numbers:
those who understand them, and those who don't.
----------------------------------------------------------------------
www.steinhaug.com - www.easywebshop.no - www.webkitpro.com
----------------------------------------------------------------------

"Mrs" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> How can I check if speciffic session is alive having session id?
> Or how can I delete data from MySQL belong to dead session?
>
> (I hope somebody understend what I wrote)
>
> MrS

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to