Ajax & session ids

Posted by JavaRocky on Stack Overflow See other posts from Stack Overflow or by JavaRocky
Published on 2010-04-07T02:36:58Z Indexed on 2010/04/07 2:43 UTC
Read the original article Hit count: 402

Filed under:
|

How would you go about knowing that ajax requests are related?

Normally with HTTP-HTML requests, cookies would store a md5 hash representing a session id.

Is there a similar pattern with AJAX?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about jQuery