Refresh Page Action

I don't think this forces a server refresh. To do that you might try this:window.location.replace(window.location.href + '?refresh=' + (new Date()).valueOf()); That should tell your browser that it's a new page entirely and request another push from the server.Steve

Discussions have been disabled for this post