hey,
i am also doing (trying and failing actually) sessions in my php advertising system.
I saw somewhere that you have to do the following code to pass the session id to the next script:
(call it, create it as a variable, then you would do on the link: script.php?phpsessid=$phpsessid)
$phpsessid=session_id( );
Is this right? Because I have also heard in a few places that it passes the session id automatically..
I am really stuck on sessions at the moment, so any help would be great.
Thanks very much.
-aj





Bookmarks