Cache is a component that transparently stores data so that future requests for that data can be served faster. The data that is stored within a cache might be values that have been computed earlier or duplicates of original values that are stored elsewhere. If requested data is contained in the ...
1
vote
2answers
331 views
What should I do if I type my password in the address bar, or type password in google search?
When someone accidentally types his or her password in one of the following three locations and presses enter, what should they do?
username text box
address bar
Google search
What do you suggest, ...
0
votes
1answer
143 views
Malicious PHP code can run in cache. Solution?
I have a module that I cache some details (w/c is from the input of the user) to lessen the load of my database
The way how I cache is by creating html page with the details of the user using ...