From c2dd65a6be6199b8d459bcd48c3ef9e5e055a7ee Mon Sep 17 00:00:00 2001 From: Niki Rahmadi Wiharto Date: Tue, 15 Aug 2017 16:55:17 +0700 Subject: [PATCH] Add session('key') function The function for Returns an item from the session, like Session::get('key', 'default'); --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 2c63eac..4b45403 100755 --- a/index.html +++ b/index.html @@ -708,6 +708,8 @@

Sessions Requests