sequential (3)

https://wodewangzhishime.blogspot.com/2021/08/httpswodewangzhishime_89.html
.
.

1) There are 2 type of memory. .
2) One is static memory
3) One is dynamic memory.
4) Memory is just a register. .
5) If this register is rewritable, it is dynamic memory.
6) If this register is just readable, it is static memory.
.
Me: For example, the "session" of PHP. It is a rewritable register. .However, hackers change it into a register of Read-only. . Afterwards, nobody can log into the web site. . 


Comments