maniac-tech / maniac-tech/CodeStrike
Fetch Session ID
Open
Nobody has claimed this yet.
invalid
- Dominant language
- CSS
- Stars
- 3
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/maniac-tech/CodeStrike/blob/90d368d99791502e6febd3da48005f806131c27a/dashboard/userProfile.php#L14
Instead of Using Static value, use the Session ID.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open dashboard/userProfile.php at line 14 and inspect how the static value is used. Replace that source with the session ID, then verify that the profile uses the logged-in session rather than a fixed value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100