Hi i can't get the session variables working.

When I get something like
$_SESSION['Login']=$HTTP_POST_VARS['login'];
on the first page, and i go with a link to an other php page.
When then try to get $_SESSION['Login'] again it is empty.

How comes?


Maarten Weyn



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

Reply via email to