Posts: 1,832
Location: Somewhere else entirely
|
Depends what's in those variables, does your query string come out right?
Obvious question: are you calling session_start() on the page you want sessions to be enabled? PHP uses cookies for sessions if it can, and switches to SIDs in the query string if they are disabled. I though the process was automatic, but I could be wrong.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|