Re: Cookie options

2003-11-05 Thread Daniel Stenberg
On Wed, 5 Nov 2003, Hrvoje Niksic wrote: > Good point, although I somewhat disagree about the "plain wrong" part. From > what I gather, the `cookies.txt' file to which Wget and curl dump their > cookies is meant to hold permanent cookies. Putting session cookies inside > might confuse other brows

Re: Cookie options

2003-11-05 Thread Hrvoje Niksic
Daniel Stenberg <[EMAIL PROTECTED]> writes: > I never thought that single-shot curl invokes could be seen as > single "sessions" and therefore I think removing (or not saving) > session cookies is plain wrong and will only make things harder and > more confusing to users. Good point, although I s

Re: Cookie options

2003-11-05 Thread Daniel Stenberg
On Tue, 4 Nov 2003, Hrvoje Niksic wrote: > Interestingly enough, curl has a `--junk-session-cookies', which indicates > that it keeps them by default (?). Daniel, are you still listening? :-) I am, and that is correct! I never thought that single-shot curl invokes could be seen as single "sess

Re: Cookie options

2003-11-04 Thread Nicolas Schodet
* Hrvoje Niksic <[EMAIL PROTECTED]> [031104 23:06]: > >> Nicolas, I started merging your patch for saving session cookies and > >> need some advice. The patch adds two options: > >> Any thoughts on this? > > Actually, the more usefull option is the one which allow to keep > > session cookies and a

Re: Cookie options

2003-11-04 Thread Hrvoje Niksic
Nicolas Schodet <[EMAIL PROTECTED]> writes: > * Hrvoje Niksic <[EMAIL PROTECTED]> [031101 01:25]: >> Nicolas, I started merging your patch for saving session cookies and >> need some advice. The patch adds two options: > >> [...] > >> Any thoughts on this? > > Actually, the more usefull option is

Re: Cookie options

2003-11-04 Thread Nicolas Schodet
* Hrvoje Niksic <[EMAIL PROTECTED]> [031101 01:25]: > Nicolas, I started merging your patch for saving session cookies and > need some advice. The patch adds two options: > [...] > Any thoughts on this? Actually, the more usefull option is the one which allow to keep session cookies and allow t

Cookie options

2003-10-31 Thread Hrvoje Niksic
Nicolas, I started merging your patch for saving session cookies and need some advice. The patch adds two options: [EMAIL PROTECTED] --keep-all-cookies=on/off +When set to on, non permanent cookies (session specific cookies) are saved and +loaded as normal cookies. This feature is usefull on som