Hello all,
I'm using PHP 4.2.2 with Apache 1.3 and W-XP. Well, I'm used to write php codes on Linux, now I've moved to damm W...
Here's what I have. register_globals set to off.
After registering a session, Ex.: USER., and populating this session with an array, Ex.: $USER["user"]["username"], after the user made an sucessfull login, i send him back to my inital page. This page checks if the session is already populated, otherwise it send him back to the login page.
The problem is, the session only holds data on the page where it was populated. On other pages it seems to be empty. The browser is accepting cookies.
Another thing..... the constant "SID" is empty too. Otherwise I could pass it to other pages on the url.
Well,
any hint ??
Thanks.