Page History
WAM and webroutine context information is also available.
| No Format |
|---|
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])); |