On Friday 26 April 2002 2:25 pm, Alan McKay wrote:

> Folks,
>
> I was going through PHPlib for the first time to assess whether or not I
> can use it on a current project, and it looks pretty clear to me that you
> need a DB in order to use the session management.
>
> My environment will be a Windows NT 4.0 SP5 box running Apache
> and PHP.  I have no DB on the box, and am not allowed to introduce one,
> nor am I allowed to rely on an external DB of any sort.
>
> Is there a way to use PHPlib sessions in this environment?

Hi Alan

I think this is primarily due to the fact that the phplib sessions were 
around before php built in sessions.

In the current CVS for phplib there are some files that allow you to utilise 
php's built in sessions. This enables you to use file storage for sessions. 

I've been using the session4 stuff with phplib for a while and works well, 
but this is using db storage. I wouldn't imagine there will be a problem just 
using a different session container.

As for the default distribution of phplib I don't know if this can use files 
for session storage I haven't had the need to find out.

HTH 

matt

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

Reply via email to