2.1.4 User Guide
User Guide Home
›
Vesthelm Engine Development
›
Session Class
Session Class
¶
Calling the Session Class
Getting Current Session Id
Calling the Session Class
¶
$Session = $this->Session;
Getting Current Session Id
¶
$session_id = $this->Session->getId(); echo $session_id;