I ran into the same problem. I found with an .asp page I could add the following to disable caching on my login form. I think the header you're missing is "Pragma" = "no-cache"

Edit: You actually have the pragma setting, I should have read through the whole post first.

Code:
<% Response.CacheControl = "no-cache" %>

<% Response.AddHeader "Pragma", "no-cache" %>
<% Response.Expires = -1 %>



Edited by oliver (25/02/2005 03:23)
_________________________
Oliver mk1 30gb: 129 | mk2a 30gb: 040104126