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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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