I'm using php 4.0.6 on xp pro and cannot get sessions to work.
All relevant session vars in php.ini have been double checked , and no error message is displayed , just that session variables show empty all the time.
I have tried to use different pieces of code to check that and had even used the 'example' from php.net session section just to make sure i'm not mad but - nothing.
I have been using previously (same config) a custom session scheme that stored session data in mysql and it worked just fine but now that i use the built in session scheme - nada de nada.
has anyone encountered something similar ?😕