> Is there anyway to spoof the $_SESSION array?
Well, depending on your server setup then possibly yes, but generally no.
Mikey
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
tmlStart'] = "hello";
> $cellnum = 1;
> define("WHITE", "#ff");
> define("LGREY", "#fafafa");
> define("MAXSHOWN", 3);
>
> echo("test");
> ?>
>
> -Original Message-
> From: Bobo Wiela
well it would seem that you aren't assigning anything to
$_SESSION['xhtmlStart'] - so does it work if you have this on page one?
test");
?>
-Original Message-
From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
Sent: 13 January 2003 13:50
To: Rich Gray
Cc: [EMAIL PROTE
CTED]>
Sent: Monday, January 13, 2003 2:21 PM
Subject: RE: [PHP-WIN] $_SESSION
> Can you post some code that doesn't work
> Rich
> -Original Message-
> From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
> Sent: 13 January 2003 12:14
> To: Rich Gray; [EMAIL PROTECTED]
Can you post some code that doesn't work
Rich
-Original Message-
From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
Sent: 13 January 2003 12:14
To: Rich Gray; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] $_SESSION
First of all; I had written the wrong save_path in php.ini. Thanks for
First of all; I had written the wrong save_path in php.ini. Thanks for that
Rico! It had just slipped my mind.
Second, Rich; The test you suggested I try, did work, but my own pages
doesn't. It works only when I do:
page1:
page2:
why?!?
.bobo
> don't use session_register().
>
> Try creatin
don't use session_register().
Try creating a couple of test pages as follows...
page1.php
page2.php
HTH
Rich
-Original Message-
From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
Sent: 13 January 2003 10:56
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] $_SESSION
Hi... Feels like I'm spaming t
Hi,
Make sure you have a valid dir in your: session.save_path = c:/session
This is located in php.ini -> [session]
RICO.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php