Just use the session_start() in the second page and they will be magically 
there where you've put them in the first page.

Sascha

Am Samstag, 21. September 2002 17:01 schrieb Murat Ö.:
> 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