Flushing cache and security on java server -
i'm still pretty new stuff, when learned sending data server app, told it's "good house keeping" flush cache client clear things shouldn't there output.flush();
my question is: if there private client shouldn't (like other user's private data), doesn't cause security issues, since way i'm showing 1 client data shouldn't see?
if so, there way securely?
thanks!
most streams (input/outpt) buffered. advice says if done communication should flush , propably close
stream buffered data sending end point.
if no (severe security) bug involved flush
or close
method sends data before established connection (socket). socket unique between end points. no other endpoint data.
Comments
Post a Comment