[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Lynx with lss, and reloading options
From: |
Leonid Pauzner |
Subject: |
Re: lynx-dev Lynx with lss, and reloading options |
Date: |
Sun, 19 Dec 1999 03:52:03 +0300 (MSK) |
18-Dec-99 11:42 Klaus Weide wrote:
> On Fri, 17 Dec 1999, Leonid Pauzner wrote:
>> 17-Dec-99 08:44 Klaus Weide wrote:
>> > On Fri, 17 Dec 1999, Leonid Pauzner wrote:
>> >> Seems no more not implemented -but known- exceptions this days.
>>
>> > *Known* exceptions: persistent cookies, cookie files.
>> These two alert the user, so no problem until we decide something better.
> No - a change in 'persistent_cookies' does alert, but a change in the
> LYCookieFile or the (new) LYCookieSaveFile doesn't, there is only the CTRACE.
we could replace CTRACE with HTAlert, but see below.
> (Not tested, but this seems obvious from reload_read_cfg() code.)
> I don't remember the exact logic for disabling LYCookieFile changes.
> Does it still apply, now that there is LYCookieSaveFile? Does it
> apply even more? Does it apply to LYCookieSaveFile?
The following question should be answered first:
what to do on reloading if we change LYCookieFile?
1) do nothing (till the next session)
2) replace LYCookieSaveFile path if it was changed so we
save cookies to the new file on exit
3) replace LYCookieFile path if it was changed and:
3a) save cookies to the old file
3b) load cookies from the new file
3c) clear cookie jar and load cookies from the new
3d) save cookies to the new file on exit if no
LYCookieSaveFile set
Perhaps we should do 2), 3b) and 3d). [currently do 1)]
Another question what to do when we switch persistent_cookies?
- from FALSE to TRUE - seems no problem (load the cookie file now)
- from TRUE to FALSE - save cookies now/on exit/never ?
- lynx-dev Lynx with lss, and reloading options, Frederic L. W. Meunier, 1999/12/16
- Re: lynx-dev Lynx with lss, and reloading options, Leonid Pauzner, 1999/12/16
- Re: lynx-dev Lynx with lss, and reloading options, Klaus Weide, 1999/12/17
- Re: lynx-dev Lynx with lss, and reloading options, Leonid Pauzner, 1999/12/17
- Re: lynx-dev Lynx with lss, and reloading options, Klaus Weide, 1999/12/18
- Re: lynx-dev Lynx with lss, and reloading options,
Leonid Pauzner <=
- Re: lynx-dev Lynx with lss, and reloading options, brian j pardy, 1999/12/19
- Re: lynx-dev Lynx with lss, and reloading options, Leonid Pauzner, 1999/12/19
- Re: lynx-dev Lynx with lss, and reloading options, Klaus Weide, 1999/12/19
- Re: lynx-dev Lynx with lss, and reloading options, T.E.Dickey, 1999/12/16
- Re: lynx-dev Lynx with lss, and reloading options, Frederic L. W. Meunier, 1999/12/16
- Re: lynx-dev Lynx with lss, and reloading options, Frederic L. W. Meunier, 1999/12/18
- Re: lynx-dev Lynx with lss, and reloading options, Frederic L. W. Meunier, 1999/12/18