Just to clarify if I set $_SESSION['name'] = 'George'; on domain.com I want to be able to access $_SESSION['name']; on name.domain.com
I search Google and several people had things they claimed worked but from what i've tried nothing seems to work.
session_id(); session_set_cookie_params(3600); session_start();
That was one method someone suggested but it didn't work - anyone have any insight?
Edited by Lang, 19 August 2006 - 07:06 PM.
