I do do that on all pages...
>>> pete M <[EMAIL PROTECTED]> 8/10/2004 2:15:21 PM >>>
u need to start the session at the top of each page
sesion_start();
Angelo Zanetti wrote:
> Hi all,
>
> Im having a slightly weird problem with my session variables. when on
a
> certain page call it "A", I r
u need to start the session at the top of each page
sesion_start();
Angelo Zanetti wrote:
Hi all,
Im having a slightly weird problem with my session variables. when on a
certain page call it "A", I register a session variable and assign it a
value. I then test if it is registered successfully and
If your on IIS, you need to set the session.save_path option in php.ini
file. Then make sure that IIS can actually write to the directory.
"Jeff McKeon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Pulling my hair out here.
I've got an IIS5 webserver running a php website just fine
When you check your info page, do sessions automatically start? If not, make
sure you do a session_start(); in there somewhere before you start checking
things.
Not sure why (lost in the annuls of time) but I always manually start/stop
my sessions.
=C=
*
* Cal Evans
* Journeyman Programmer
* Tec
4 matches
Mail list logo