1
vote
Web Dev - Where to store state of a shopping-cart-like object?
I'd say store the state somewhere on the server and correlate it to the user's session. While a cookie could ostensibly be an equal place to store things, if you consider security and data size, ke …
1
vote
How can I get that huge security icon on my secure site?
The icon you see is from an Extended Validation Certificate (EV Certificate). They are notoriously higher-priced, though Verisign is not the only certificate authority that sells them. You can find …
