How to check whether the user is authorized by session?
Auth::check() and Session::all() - return data for the current session. Session::all() also returns a login_web_ ... field login_web_ ... which tells us that the user is authorized. How to get to it from the current session, knowing the id of another session?