http - Cache image for single browser session -


is there option cache-control, expires or similar http header instruct browser cache resource single browser session (i.e. until browser closed) rather specific number of seconds?

it seems there obvious use cases (e.g. apps dealing sensitive information nevertheless want preload resources browser cache @ beginning of session improve perceived performance). however, can't find information on how t achieve this.


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -