Vesthelm Engine

2.1.1 User Guide

Session Class

Calling the Session Class

$Session = $this->Session;

Getting Current Session Id

$session_id = $this->Session->getId();

echo $session_id;