Re: Extralight browser-webserver communication via cookies (+) [message #172673 is a reply to message #172662] |
Thu, 24 February 2011 14:22 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma:
|
Senior Member |
|
|
n00m wrote:
> It could replace 97% of all xmlhttprequest stuff. Tested in IE and FF.
> Below just a minimalistic example of the whole idea.
Cookies
- can be disabled, or configured so that each cookie (per site or session)
must be confirmed;
- are limited in size (IE default¹: 4096 bytes)
- are limited in numbers (IE default: 300)
- are limited per unique host or domain name (IE default: 20)
___
¹ These defaults are recommendations from RFC 2109, see
<http://support.microsoft.com/kb/306070/en-us>
You also forgot researching about HTML5's localStorage and sessionStorage,
which are not as limited as are cookies.
Your minimalistic example is not even Unicode-safe, let alone Valid. It
would appear to be best if you learned the basics first (and got yourself a
real name).
PointedEars
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
-- from <http://www.vortex-webdesign.com/help/hidesource.htm> (404-comp.)
|
|
|