On Wed, Aug 22, 2001 at 08:50:47PM -0700, Eric Thompson wrote:
> Could someone clarify session management, as avaiable in
> PHP4 and its relationship with Midgard. Below is a snippet from 
> the Midgard Site:
> 
> /*********************************************/
> 
> Midgard 1.4.1 can be used as the session mechanism for
> PHP4. However, this is not enabled by default, and works
> only when the module is compiled statically into PHP4
> 
> /*******************************************/
> 
> Does this mean that the built-in session management of
> PHP4 is not available if Midgard 1.4.1 is compiled as a DSO?
PHP4 session management is available in any case. When Midgard is compiled
statically into PHP4 you can use it as a storage backend for PHP4's
session. With DSO version you wouldn't be able to store sessions in
Midgard database but other native PHP4 session storage backends 
(files, shared memory, etc) will be available.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nice guys finish last.
                -- Leo Durocher

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to