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

Philippe Marschall philippe.marschall at gmail.com
Mon Dec 31 11:19:28 UTC 2007


2007/12/31, itsme213 <itsme213 at hotmail.com>:
>
> "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?

This is really strange because there should be no session involved,
especially not MySession.

Cheers
Philippe


More information about the seaside mailing list