From 5d60a38a0eef0ffc7b0cb3f7f5b1ae86d9768142 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 12 Jul 2023 20:08:20 +0100 Subject: [PATCH] Added comment with link Signed-off-by: snipe --- config/session.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/session.php b/config/session.php index bf2181aaa8..a47294a8cb 100644 --- a/config/session.php +++ b/config/session.php @@ -169,6 +169,7 @@ return [ | - localStorage: use this if you have a LOT of custom fields and are getting a REQUEST TOO LARGE error | - sessionStorage | + | More info: https://bootstrap-table.com/docs/extensions/cookie/#cookiestorage */ 'bs_table_storage' => env('BS_TABLE_STORAGE', 'cookieStorage'),