nojobsoicodeforfun

@NoJobSoICodeForFun
1 Followers
1 Following
8 Posts

Learn Vanilla JavaScript and PHP with simple tutorials.
#php #JS #symfony #Cpp

Get all the source code for free: https://keepsnip.com/source

If you're handling PHP sessions, don't ignore this:

`lifetime` → how long the session lives
`domain` → who can use it
`path` → where it applies
`secure` → HTTPS only
`httponly` → out of JS reach
`samesite` → CSRF defense

small details, big differences.

#php #session #csrf #https

Currently learning C++ and practicing with small programs.

#code #coding #cpp #learn