Search found 1 match

by mauricebis
Mon Sep 17, 2007 12:54 pm
Forum: PHP - Code
Topic: session_write_close and session_readonly
Replies: 1
Views: 205

session_write_close and session_readonly

Hi! The php documentation is a bit poor about session_write_close and session_readonly and I could do with a bit of "expert help": Q1) Is session_write_close SYNCHRONOUS that is when we execute the instruction that follows the call, we know that the session variables have been written and ...