I have an application that starts a session on the first page then passes the session identifier onto subsequent pages by adding the SID constant as a query string to hyperlinks. My setup is running XP with Apache,PHP and MySQL and this application works great.(Here's the but...) But I also have Linux dual-booting and have Apache, PHP and MySQL installed there. The same application does not work here however. Other examples that use cookies with sessions are fine but I can't seem to get the SID set with the session identifier string. If you have any suggestions I would be very grateful as I am keen to resolve this as soon as possible. Thanks.