On 1/8/06, Cliff Wells <[EMAIL PROTECTED]> wrote:

One of the interesting things (I've heard) about ASP.NET is that it
never uses cookies.  Instead all requests are POST requests that
resubmit the "cookie".  While this seems a bit overkill, it neatly
solves a lot of issues wrt browsers and cookies.  I can't speak for Kid,
but with Stan at least, implementing this is as easy as redefining the
"a" tag to flatten to a form with an onClick attribute.


Interesting indeed. I'm gonna go check out that site later to see what they are doing. Another approach would be to have _javascript_ catch clicks to anchor tags and rewrite a GET request.

That is definitely thought provoking.

-- David

Reply via email to