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