Do your asynchronous javascript calls to the server run in

Do your
asynchronous javascript calls to the server run in the context of the client
browser memory space?

The components are a part of
HTML page, so AJAX calls will contain all
available cookies for target domain. In terms of server side language it means
that all AJAX calls will be proceed in the same
session as page itself.