Query: session_write_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SESSION_WRITE_CLOSE(3) 1 SESSION_WRITE_CLOSE(3) session_write_close - Write session data and end sessionSYNOPSISvoid session_write_close (void )DESCRIPTIONEnd the current session and store session data. Session data is usually stored after your script terminated without the need to call session_write_close(3), but as session data is locked to prevent concurrent writes only one script may operate on a session at any time. When using framesets together with sessions you will experience the frames loading one by one due to this locking. You can reduce the time needed to load all the frames by ending the session as soon as all changes to session variables are done.RETURN VALUESNo value is returned.SEE ALSOThe session_register_shutdown(3). PHP Documentation Group SESSION_WRITE_CLOSE(3)
Related Man Pages |
---|
ssl_ctx_add_session(3) - redhat |
session_name(3) - php |
session_set_save_handler(3) - php |
cgi::session::driver::file(3pm) - debian |
plack::session(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Help deleting a file |
how to connect to /etc/pwd |