Menu
About LCS
Retrieving Data
Snippets related to retrieving from session
Retrieving a piece of data from the session with global session helper method
// Retrieving a piece of data from the session $value = session('key');
Category:
Sessions
4 years ago