Elastic Load Balancing sticky PHP sessions
Elastic Load Balancing is part of Amazon’s EC2 service. While I have not tried it, I have always wanted to implement it on our setup some time in the future. If your website relies on PHP sessions, it...
View ArticlePHP setcookie issue for Internet Explorer
Today I was faced with a challenging issue. A customer complained that he was not able to log into one of our websites with Internet Explorer 9 starting Monday. This issue just started all of a sudden...
View ArticlePHP Post an Asynchronous request
Sometimes I need to trigger an URL with some requests and I have been using cURL for this job. However I realized that if I make a lot of such requests it would slow down the original script because...
View ArticleSalesforce Enterprise Client for posting leads
The other day one of our clients provided some Salesforce posting instruction that I was unfamiliar with. Normally our Salesforce clients use web2lead form code to receive leads. I was puzzled and made...
View Article