Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 269 Bytes

session.invalidate.md

File metadata and controls

15 lines (10 loc) · 269 Bytes

session.invalidate

The invalidate function invalidates the session ID for the current request, effectively destroying the session.

Sample

session.invalidate();

API

Calling Returning
session. invalidate ( ) void