I am new to php. I have php running on a Win2k box with IIS. Everything seems to be running well. I do have a webpage that uses a session and grabs the session_id value and stores this in a db for comparison purposes. The problem that I am having , is that the session_id is the same for different users. Example, User1 goes to the website and begins a session with session_id 123(just as an example) and User2 goes to the same website and receives the same session_id value. Anything that I could be missing in the php.ini file. Any help would be greatly appreciated.
Thanks
Dave