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
