SessionIdInterface::create_sid

(PHP 5 >= 5.5.1, PHP 7)

SessionIdInterface::create_sidCreate session ID

Descrierea

abstract public SessionIdInterface::create_sid ( ) : string

Creates a new session ID.This function is automatically executed when a new session ID needs to be created.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The new session ID. Note that this value is returned internally to PHP for processing.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top