Re: Back button



Response.Cache.SetExpires(DateTime.Now.AddSeconds(-60))


"Arne Garvander" <ArneGarvander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:624D5CBD-01B4-4676-96FF-F8E381F33F5F@xxxxxxxxxxxxxxxx
After the customer logs out I would like to prevent the client from using
the
back button to display private information.
I have notice that bank sites seems to know how to do that.
How would I copy that trick?

--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)


.