About page cache and cookies

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
wpsd2006
Forum Commoner
Posts: 66
Joined: Wed Jan 07, 2009 12:43 am

About page cache and cookies

Post by wpsd2006 »

I recently developed a web here -> http://www.lihong.biz

now during development i found out after change some code especially the javascript
sometimes i have to delete all browser cache to make the script work ?

now i wonder if i change so many time what will happen to the guess user ( our customer ) especially when they never
do the ctrl + shift +del (firefox) cleaning all the cache , they won't be able to get the newest web version then
which will effect our customer who visiting the website

is there any way to clear the cache or maybe history ( only our website will be better ) when they come in only the first time.

now if suppose there is a code to do that and now i want to create a user system for the web site and using cookies
will it get effected or is there any solution regarding this kind of problem ?

can anybody shade some light for me, thanks. no need for code...
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: About page cache and cookies

Post by josh »

If you're really that concerned you bypass caching, just append a random string to the GET part ( after the ? )
wpsd2006
Forum Commoner
Posts: 66
Joined: Wed Jan 07, 2009 12:43 am

Re: About page cache and cookies

Post by wpsd2006 »

yeah i can do that
but another problem arise i need to keep the url clean for seo
Post Reply