Sessions work fine with IIS.

Check you php.ini file for register_globase if that is off (default) you
can only access your variables through $_SESSION[]

- Frank

> can you show some code?
> 
> bastien
> 
> >From: "Adil" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: [PHP-DB] IIS/PHP question
> >Date: Tue, 16 Nov 2004 11:16:40 -0500
> >
> >I'm having a weird issue with sessions on IIS running PHP. I was
finally
> >able to use sessions on IIS by setting the save_path to "/temp" and
that
> >seems to work.
> >
> >However, I can register a variable using session_register, but when I
go to
> >the next page, it doesn't seem to see the session varaible even though
i've
> >got session_start() called on the top of that page.  Is there a bug
with 
> >IIS
> >and php sessions?
> >
> >thx in advance
> >Adil.
> >
> >--
> >PHP Database Mailing List (http://www.php.net/)
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to