Patch applied.  No joy - same problem

Alex

=============

On November  6, 2002 01:34 pm, Bruce wrote:
>
> I had this problem and solved it with this patch to src/global.php
>
>
> --- global.orig 2002-10-22 19:01:41.000000000 +0100
> +++ global.php  2002-10-22 19:03:15.000000000 +0100
> @@ -68,6 +68,7 @@
>      }
>      else {
>         $_SESSION["$name"] = $var;
> +        session_register("$name");
>      }
>  }
>  function sqsession_unregister ($name) {
> @@ -78,6 +79,7 @@
>      }
>      else {
>          unset($_SESSION["$name"]);
> +        session_unregister("$name");
>      }
>  }
>
> >   1) What Webserver?
>
> Apache 1.3.24
>
> >   3) What version of PHP?
>
> 4.1.3
>
> >   5) What are the following settings in your php.ini file:
> >
> >     - register_globals
>
> on
>
> >     - session.name
> >
> >     - session.auto_start
> >
> >     - session.use_cookies
>
> It isn't a session issue


-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to