How to Cache PHP Sessions in Membase
No Comments » comment(s)
From time to time, I’ll divert from talking business into getting down into tech details, because doing more with fewer servers or other resources will save you money and that’s good for business, especially when bootstrapping.
For this tutorial, you’ll need to be running your apps in PHP and can configure it, and have the ability to install software to your server. If you’re still reading, I’ll assume you’re comfortable with both. Let’s go!



So what happens when you discover that a feature isn’t working properly in one obscure browser? If you’re like me, you let it go. 

When you’re working on a website design or testing a layout, testing it in the one browser you normally use is a recipe for surprises down the road. Your layout could be broken in Internet Explorer 7, or the JavaScript function you’re using breaks in Opera 9. Checking your website in multiple browsers on different platforms (Windows, Mac, Linux) will help keep people on your site instead of giving them a bad first impression.
My first startup involved hosting websites and offering email accounts to users, so I had to set up an email server and programmatically add/remove email accounts, filter spam, and knock it with a wrench then mail got stuck in its innards.
Back in my first startup where we were accepting credit cards, we purchased an SSL certificate in order to assure our customers that their credit card information was being transmitted securely.