<snip>
But I am also in need of a Mechanism where I can transfer an 
Initiated session to the User's Browser ...
( Not Just OutPutting the above  variable .. But actually Transferring
the
  Session to the User's Browser )

</snip>

not sure I understand 100% what you mean.

You could send a cookie or form field to the browser with the session
id.

You could serialize the $_SESSION array and send that to the browser. 
There are a bunch of options.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to