Skip to content

Commit

Permalink
Merge pull request swisskyrepo#157 from Stoo0rmq/patch-1
Browse files Browse the repository at this point in the history
Update File Inclusion
  • Loading branch information
swisskyrepo authored Feb 18, 2020
2 parents ba30618 + 7be8635 commit c229214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File Inclusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ Set-Cookie: PHPSESSID=i56kgbsq9rm8ndg3qbarhsbm27; path=/
Set-Cookie: user=admin; expires=Mon, 13-Aug-2018 20:21:29 GMT; path=/; httponly
```

In PHP these sessions are stored into /var/lib/php5/sess_[PHPSESSID] files
In PHP these sessions are stored into /var/lib/php5/sess_[PHPSESSID] or /var/lib/php/session/sess_[PHPSESSID] files

```javascript
/var/lib/php5/sess_i56kgbsq9rm8ndg3qbarhsbm27.
Expand Down

0 comments on commit c229214

Please sign in to comment.