Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User navigating through browser buttons ...
Message
 
To
30/03/2001 12:28:02
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00490335
Message ID:
00490548
Views:
9
Hi Cetin,
If you can use client-side scripting you might try the Response.Expires code:

Response.Expires = 0
Response.ExpiresAbsolute = Now() - 1
Response.CacheControl = "no-cache"

Some of my notes say that using Response.Expires = -1000 works better.

HTH
Barbara


>Rick,
>You get it right. Wish I could do something like interactivechange :)
>
>Maybe I could do it via wwsession table and logging last state for session (worth it is another question:).
>Cetin
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform