Morten Bo Johansen <[EMAIL PROTECTED]> writes: > I have a problem logging in to http://www.sunday-times.co.uk > when using wwwoffle. It is another variation over the cookie > theme which also prevents access to nytimes.com, I think. I am > able to get in with both Lynx and Opera when I disable proxying > with wwwoffle.
> Opera presents an interesting warning about a > path in a cookie not matching the document address. I have > attached a small png-screenshot of the warning. I don't understand this warning. The Cookie information that the server is trying to set looks valid to me. Perhaps you should ask the Opera people. > I have these > > <http://www.sunday-times.co.uk/*> Set-Cookie = no > Set-Cookie = yes > > <http://www.sunday-times.co.uk/*> Cookie = no > Cookie = yes > > in my wwwoffle.conf and the browsers set to accept all cookies. > > Anything I have overlooked or any possible tweaks to make > sunday-times available with wwwoffle? You could make sure that you have the following options in the OnlineOptions section of the configuration file. <http://www.sunday-times.co.uk/*> request-changed = 0 <http://www.sunday-times.co.uk/*> request-changed-once = no <http://www.sunday-times.co.uk/*> request-expired = yes <http://www.sunday-times.co.uk/*> request-no-cache = yes <http://www.sunday-times.co.uk/*> request-redirection = yes It will mean that the pages on this server are downloaded more frequently than they might need to be. You might not need all of these options, you should try and experiment if you are keen to reduce bandwidth and page loading time. You could also try and make these options more specific, for example putting the following option will only re-request GIFs after 10 minutes. <http://www.sunday-times.co.uk/*.gif> request-changed = 10m You would need to put this before the other options since it is more specific. -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop [EMAIL PROTECTED] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html
