I builded a login page in DW2004 which creates two session variables: MM_Username and MM_Usergroup.
These session variables appear in the databindings panel of the next login_ok page.
When I drag the MM_Username/MM_Usergroup into the login_ok page they do not appear.
After I manually added the code 'session_start()' it worked well. How do I get the session_start code inserted bij DW instead of manually adding it??