[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cookies don't work
- From: "Clemens Fischer" <ino-qc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: 26 Mar 2005 12:42:09 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 08001
Dear Bug Team!
please visit "https://www.dyndns.org/" if you have any hosts registered there
for dynamic DNS redirect. observe that you can log-in, but every www-page
invoked thereafter, you will have to revalidate your credentials, because
access is controlled via cookies on this site. i believe other cookie sites
have the same problem.
w3m used on its own works perfectly fine, and i have cookie files for
permanent storage in my home directory.
this is the relevant exit-hook:
(add-hook 'kill-emacs-hook (lambda () (when (fboundp 'w3m-cookie-shutdown) (w3m-cookie-shutdown))))
the value currently is
kill-emacs-hook's value is
(w3m-arrived-shutdown
(lambda nil
(when
(fboundp 'w3m-cookie-shutdown)
(w3m-cookie-shutdown))))
and i experimented with:
(add-hook 'kill-emacs-hook (lambda () (when (fboundp 'w3m-quit) (w3m-quit t))))
nothing of which really helps in my situation. do i have to reconfigure
something?
regards,
clemens
================================================================
System Info to help track down your bug:
---------------------------------------
emacs-w3m-version
=> "1.4.0.144"
emacs-version
=> "GNU Emacs 22.0.50.1 (i386-unknown-freebsd5.4, X toolkit, Xaw3d scroll bars)\n of 2005-03-13 on spotteswoode.dnsalias.org"
mule-version
=> "5.0 (SAKAKI)"
system-type
=> berkeley-unix
w3m-version
=> "w3m/0.5.1+cvs-1.946"
w3m-type
=> w3m-m17n
w3m-compile-options
=> ("lang=en" "m17n" "image" "color" "ansi-color" "mouse" "sysmouse" "menu" "cookie" "ssl" "ssl-verify" "external-uri-loader" "w3mmailer" "nntp" "gopher" "alarm" "mark")
w3m-language
=> nil
w3m-command-arguments
=> nil
w3m-command-arguments-alist
=> nil
w3m-command-environment
=> nil
w3m-input-coding-system
=> utf-8
w3m-output-coding-system
=> utf-8
w3m-use-mule-ucs
=> nil