[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] PHP Sessions on Raq4 (More Info)
- Subject: RE: [cobalt-developers] PHP Sessions on Raq4 (More Info)
- From: "Rus Rasmussen" <rus@xxxxxxxxxxx>
- Date: Wed Feb 27 02:15:44 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
As a follow up: I'm using PHP Version 4.0.3pl1. Trying to run this sample
script from a tutorial doesn't work either.
<?
session_start();
session_register("SESSION");
if (! isset($SESSION)) {
$SESSION["count"] = 0;
echo "<li>Counter initialized, please reload this page to see it
increment";
} else {
echo "<li>Waking up session $PHPSESSID";
$SESSION["count"]++;
}
echo "<li>The counter is now $SESSION[count] ";
?>
-----Original Message-----
From: cobalt-developers-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx]On Behalf Of Rus
Rasmussen
Sent: Wednesday, February 27, 2002 9:37 AM
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: [cobalt-developers] PHP Sessions on Raq4
I can't seem to get my php sessions to work on my Raq4. PHP is working
fine. I am able to pass information in forms, make db queries, etc. I've
run the phpinfo.php script and it says that php is working and that sessions
are turned on in my php.ini file, but they simply won't work. Any ideas?
Thanks,
Rus
_______________________________________________
cobalt-developers mailing list
cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers