We use Cookies for smooth site operation. We do not harvest or sell your data.
- Session Cookie: PHP uses a Cookie to identify user sessions.
- XSRF-Token Cookie: Laravel generates a CSRF "token" for each active user session managed by the application. This token is used to verify that the authenticated user is making requests to the application.