On Sun, May 22, 2005 11:09 pm, eswar said: > I am the php programmer. I am trying with session handling.It is not > working properly. sessions function well when I use browser on the machine > where IIS is installed. But through other machines, it always create two > session file, one is OK, the other is blank, nothing in it. the later is > used by the session. So all the thing I registered for the session can not > be accessed later. need help Errr. It works for a few million people. Could you show us the first 5 lines of code that you are using that mention sessions? It should start with: <?php session_start();?> If it doesn't start with that, there is your first problem. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php