I have loaded PHP on my local machine. I get absolutely no errors when I create a session or redirect after logon. When I test for the presence of my session variable on the redirected page, it is not there and I return to the login page. I have and echo statement on this page to sisplay the session variable and it shows a full blank. If I type in a url directly to a page the same thing happens as it should cos I haven't logged in yet. I check my directory /sessiondata and the session id's are created with each logon. A colleague of mine has exactly te same problem but when he loads the code upto the ISP server it works perfectly, and we have shared the same code. So my reasoning is that it must be a setting on my machine, in php.ini, IIS, Dreamweaver or somewhere. I have cut and pasted numerous guys session code and the same thing happens everytime.
Any suggestions are welcome !! ( End of my tether)
Thanks