Articles Tagged with "PHP"


From the Web

Removing Entropy From PHP Session IDs

August 15, 2010 from: Rsnake's blog at ha.ckers.org

There are a ton of sites these days that use load-balancers in front of them. There’s a few ways they can be installed - completely transparent or acting more like a proxy. The proxy is the more common setup but it has one pretty huge negative side-effect, all the IP addresses come to the server as just one - the internal IP of the load balancer.

Comments  (0)