Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

WAM and webroutine context information is also available.

...

     var ar = [

...


"action-request",

...


"images-path",

...


"language",

...


"partition",

...


"service-name",

...


"session-key",

...


"session-key-name",

...


"session-key-method",

...


"technology-service",

...


"user-id",

...


"webapplication",

...


"webapplication-title",

...


"webroutine",

...


"webroutine-title"];

...



// List context items

...


for (x in ar) alert(ar[x] + ": " + wr.context(ar[x]));