[Seaside] Re: FileLibrary - how to update stylesCss?

itsme213 itsme213 at hotmail.com
Mon Dec 31 00:06:22 UTC 2007


"Philippe Marschall" <philippe.marschall at gmail.com> wrote in message

> In general a good test is to go to:
> /seaside/files/MyFileLibrary/styles.css
> hit F5 in FireFox and see if what you see matches your expectations.

I did this as a check, and got a consistently out-of-date version of 
styles.css, even when the method stylesCss was clearly different. Then after 
a while it suddenly righted itself.

I had session timeout bumped up
MySession>>initialize
    super initialize.
    self timeoutSeconds: 60 * 60.

Could there be some caching going on for the duration of a session?

Thanks - Sophie 





More information about the seaside mailing list