Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 304 Bytes

session.invalidate.md

File metadata and controls

16 lines (11 loc) · 304 Bytes

session.invalidate

The invalidate function is established to disable the session id of the current request.

Sample

	session.invalidate();

API

CallingReturning
session . invalidate ( )void