.oO(tonysoprano)
>im using the dreamweaver mx php login behavour and it validates however
>if i echo the session variable MM_Username its empty ? does anyone know
>why that is ?
Check
echo $_SESSION['MM_Username'];
If that prints out the value of the session variable read the manual
about register_globals.
Chapter 27. Using Register Globals
<http://www.php.net/manual/en/security.globals.php>
HTH
Micha