session problem
Posted: Sun Jul 18, 2004 12:09 am
hello,
can anyone tell me how can i use my session in multiple subdomain.
I use this code to register my session.
<?php
session_start();
$_SESSION['id'] = "1";
$_SESSION['username'] = "username";
$_SESSION['password'] = "password";
?>
but it does not work in subdomain. I wan to use this session in subdomain.
??????????
can anyone tell me how can i use my session in multiple subdomain.
I use this code to register my session.
<?php
session_start();
$_SESSION['id'] = "1";
$_SESSION['username'] = "username";
$_SESSION['password'] = "password";
?>
but it does not work in subdomain. I wan to use this session in subdomain.
??????????