Page 1 of 1 [ 4 posts ] 

Mitrovah
Deinonychus
Deinonychus

User avatar

Joined: 17 Jan 2013
Age: 36
Gender: Male
Posts: 343
Location: Iowa USA

29 Dec 2014, 6:56 pm

So at work, our programmers have made updates to our website and now everyone who uses it has to clear the cookies and cache. Is clearing cache an absolute necessity when webpages are updated? Or are the programmers writing bad code somewhere? I don't remember having to clear my cookies to use login info even for this site or others like Netflix, or my banks website when they made a huge over hall.



wbport
Sea Gull
Sea Gull

User avatar

Joined: 16 Sep 2012
Gender: Male
Posts: 220

01 Jan 2015, 9:35 am

Try just refreshing the web page before wiping out history, cache, and cookies.



eric76
Veteran
Veteran

User avatar

Joined: 31 Aug 2012
Gender: Male
Posts: 10,660
Location: In the heart of the dust bowl

01 Jan 2015, 6:36 pm

I have my cookie file write protected.

The browser itself can save cookies in memory, but whenever I restart it, the only cookies are those in the write protected file. The only cookies I have in the write protected file are for authentication on selected sites so that I don't have to enter the passwords whenever I visit them after starting the browser.



0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 42
Gender: Male
Posts: 11,038
Location: London

06 Jan 2015, 5:47 pm

It is possible to change the cookie name/salt thus negating the need. However they probably don't want to do that to often for transient cookies.

They can also expire cookies, but this happens after a request.

They probably don't wan to mess with the architecture. If the cookie name/salt is settable. They can do that.