force refreshing of my web site

M

Mr. x

Hello,
How can I force refreshing of my web site, when a visitor enter my site.

Thanks :)
 
S

Steve C. Orr [MVP, MCSD]

Specify that you don't want your page to be cached.
You can do that with code like this:

Response.Expires = 0
Response.Cache.SetNoStore()
Response.AppendHeader("Pragma", "no-cache")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top