Subject: sessions with php-4.3.4
To: NetBSD Users <netbsd-users@netbsd.org>
From: Jukka Marin <jmarin@embedtronics.fi>
List: netbsd-users
Date: 03/21/2004 22:09:19
Hi,
I have installed php-4.3.4 on a server and I believe php works. One user
wants to use sessions (whatever they are :) but I can no longer find the
php-session package in pkgsrc. I read somewhere that the session support
now comes with the php base package. However, when a script calls
session_start(), I get
Call to undefined function: session_start()
in the apache error log. What do I have to do to make sessions work?
Thanks,
-jm