Method: s::destroy

Destroys a session

Info

Syntax

s::destroy()

Example


s::start();
// do whatever you want with the session now

s::destroy();
// everything stored in the session will be deleted