SessionHandlerInterface::openInitialize session
&reftitle.description;
abstractpublicboolSessionHandlerInterface::openstringsave_pathstringname
Re-initialize existing session, or creates a new one. Called when a session starts or when
session_start is invoked.
&reftitle.parameters;
save_path
The path where to store/retrieve the session.
name
The session name.
&reftitle.returnvalues;
&returns.session.storage.retval;
&reftitle.seealso;
session_name
The session.auto-start
configuration directive.