Skip to main content

Php Session expires after change page

Comments

2 comments

  • cPanelMichael
    Hello, This is more of a PHP scripting question as opposed to an issue with cPanel/WHM. The following third-party URL should help:
    0
  • LostNerd
    You have not specified
    session_start();
    in your second page which is why it is not set. Also, session_start() must be specified before any text is outputted to the system. It's always best to start your page with

    0

Please sign in to leave a comment.