Menu

sessions

Help
Anonymous
2003-05-05
2003-06-04
  • Anonymous

    Anonymous - 2003-05-05

    they don't want to work well. when i use traditional session_start() and so on everything is ok. but when i use sessions from phplib each time i refresh a page with page_open(...) the new session temp file is created. what can be wrong in my settings?

     
    • Conrad Rotondella

      Are you saying that each time a page opens, PhPlib starts a new session with a new session id? If that's the case, make sure you add the page_close() function at the bottom of the page so that PHPLib can write the current session data to the session file/db

      -c

       

Log in to post a comment.