On Tue, Nov 05, 2002 at 11:44:21PM -0600, Jonathan Angliss wrote:
> Hi All,
> 
>   This is a simple one. As I am not able to replicate this issue, I
>   need as much information as I can get. if you can answer as many of
>   these questions as you can underneath the questions, I'll see what I
>   can do.

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


-- 
Bruce


-------------------------------------------------------
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=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to