Cause you refreshed it and there was session_start(); which created new session.
Afaik from php 4.0.sth you don't have to use ession_start at all. You can use it only when you _really want_ to start a new session, ending the last one. Just registering some sessvar creates session already. Try to check what happens if you create and click a link from that site to the same site, I mean if it still creates new session... ------------ [EMAIL PROTECTED] the humble sheep -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php