antonioribeiro / antonioribeiro/tracker

Checking do_not_track_routes after start session

Open
#217 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
PHP
Stars
2.9k
Forks
594
PR merge metrics
No merged PRs in 30d

Description

You call `session_start()` that sends `Cache-control: no-cache` headers before checking `do_not_track_routes.` So it is inpossible to set http cache.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the route handling that calls session_start() and checks do_not_track_routes, then inspect the order in which those operations occur. The change is complete when excluded routes can preserve HTTP caching without session_start() sending no-cache headers first; verify the behavior with a focused regression test if the project’s test structure supports it.

Written by the indexing model from the issue text.

Assessment

Tech stack
laravel, php
Domain
backend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.