On Wed, 29 Mar 2000, Sang Kim wrote:
> How do I save cookies from one session and pass to a next session?
>
> I saw cookie gx_session_id_User_login_session=7c4a87ceaaf52984
> was sent with next page request in trace file.
If the cookie comes with an expiration date, then it is saved
in the cookie file (if lynx is set up to do that).
If the cookie has no expiration date, then it is a "session cookie"
that should be discarded after one "session". So lynx doesn't
save it.
If you want to save cookies that aren't explicitly meant to be
saved, I suggest you look into using junkbuster (or something
similar) as a proxy. It can be set up to log all cookies
(and not "bust" them), send custom cookies with arbitrary content,
etc. See <http://internet.junkbuster.com/>.
Klaus