hi,

page1.php creates a session and its variables in it in  successfully. the
variables and values are created like
$_SESSION['x']='abc'

 page1.php sends the SID information to page2.php via GET method. how can i
access the those variables with SID information in page2.php?

thanks



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

Reply via email to