You could use the session_id function to set the session id. Check out the php manual:

http://www.php.net/session_id

Anders Gunnarsson wrote:
Hi

I'd like to send the session id as a url request (on a single page),
instead of using the cookie.
(Firefox looses the cookie when uploading files with flash)
Something like:

if($_GET["PHPSESSID"]){
   // set session to $_GET["PHPSESSID"]
}
session_start()

is this possible?

regards
Anders

--
Christer Edvartsen
[EMAIL PROTECTED]
http://cogo.wordpress.com/

Reply via email to