RE: [PHP-DB] Sessions problems

2003-01-06 Thread Ford, Mike [LSS]
> -Original Message- > From: Sabina Alejandr Schneider [mailto:[EMAIL PROTECTED]] > Sent: 05 January 2003 20:17 > > Hello everybody > I was trying to use Sessions, but I had some problems. > > I have an old version of the Apache, that comes with the > Red Hat 7.2. > > when executin

[PHP-DB] Sessions problems

2003-01-05 Thread Sabina Alejandr Schneider
Hello everybody I was trying to use Sessions, but I had some problems. I have an old version of the Apache, that comes with the Red Hat 7.2. when executing this in my page: session_start(); if(!isset($_SESSION['s_test'])){ $_SESSION['s_prueba']=1; } There appear this in the page: Warni