Web Development
session.txt
Associated article: Sessioning with XMLHttpRequest
Tags: Web Development
Published source code accompanying the article by Dionysios Synodinos in which he examines the XMLHttpRequest object that lets you use HTML and JavaScript to connect the presentation layer directly to XML data.
Sessioning with XMLHttpRequest by Dionysios G. Synodinos Figure 2: HTTP/1.1 200 OK Content-Length: 361 Connection: close Content-Type: application/xml <?xml version="1.0"?> <CheckSessionParameters> <location>Library</location> <signal_strength>Good</signal_strength&...


