Access page header of the current page in javascript [no ajax]

Viewed 7475

How can I view the page headers of the loaded page using javascript.

Is there something where I can execute a

e.g. window.pageHeaders['session']

Note: I am not talking about a Ajax page load.

2 Answers
Related