Home >Backend Development >PHP Tutorial >Laravel's Session::set()Session::get() is only valid for the current page?
Session::set('name','xiaoming') should be shared with other pages, but I tried Session::get('name') on other pages and could not get 'xiaoming'. How is this going?