Session one more time

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • raul76@gmx.de

    Session one more time

    Hi,
    I have a login page (without frames).
    After the user login s/he lands on the site with 2 frames.
    Their names are top and bottom.
    [Bottom is for nav menu]
    I post the login from the login page. The name is $login

    The beginning of page with frameset contains the $login registration
    <?php
    session_start() ;
    session_registe r(‘login’);

    ?>

    Then all other sites contain
    <?php
    session_start() ;
    ?>
    at the beginning.

    But when I’ calling the frame by using the navigating menu [the
    content should appear in the bottom frame] I’m getting error
    messages:
    Internal Server Error
    And in the logs:
    Premature end of script headers: /apache/php/php

    Could somebody help me

    TIA
Working...