A

Admin • 831K Points
Coach

Q. Which method is used to get cookies?

Code:
$token = $request->____()->get('session_token');
  • (A) cookie
  • (B) session
  • (C) header
  • (D) body
  • Correct Answer - Option(A)
  • Views: 1
  • Filed under category Trishul API
  • Hashtags:

Explanation by: Admin
cookie() returns the Cookie object for accessing cookies.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.