/* (non-Javadoc)
  * @see org.apache.cocoon.portal.profile.ProfileManager#login()
  */
 public void login() {
   super.login();
   // TODO - we should move most of the stuff from getPortalLayout to here
   // for now we use a hack :)
   this.getPortalLayout(null, null);
 }