The session ID will always remain inside the session as long as you're in the session. http://www.php.net/manual/en/function.session-id.php You don't have to 'send' it, it's already there. Hope this helps... -----Original Message----- From: Matt M. [mailto:h.dudeness@xxxxxxxxx] Sent: vrijdag 22 oktober 2004 18:35 To: Andre Matos Cc: php-db@xxxxxxxxxxxxx Subject: Re: How to send a SID in a security way > How can I send a SID (SessionID) in a security way from one page to another? > Is it "security" to do this? not sure what exactly you want. You could just use cookies, dont allow it to be in form fields or query strings. you could use ssl. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php