
January 6th, 2013, 03:17 PM
|
 |
Contributing User
|
|
|
|
|
All modern (most up-to-date versions) browsers support web storage, but you are correct... older browsers do not support it. A workaround for this, would be to use a cookie for those non-supported browsers; if you wanted to implement web storage, that is. It may be a little more tedious to it this way; but usually with anything new; you have to create some type of workaround/hack to make something like this cross-browser compatible.
|