I am using wamp 2 for accessing one of my project on localhost, initially i had a problem of maintaining the session in my localhost which i resolved by enabling session.auto_start and providing the domain name with period (.) in it as “127.0.0.1“,
But now the problem is whenever I switch to another page I do not get anything on the page page is complete white. And when I reset the session.auto_start to 0 then everything comes to normal but then session is not maintained… so how can i do this?
Could anyone help me to resolve this problem..???
Try turning on php errors and set error reporting to E_ALL
I’s most likely session related but the error messages will help pinpoint the actual problem.