1KCOOKIEJAR5(8) kcookiejar5 User's Manual KCOOKIEJAR5(8)
2
3
4
6 kcookiejar5 - Command line interface to the KDE HTTP cookie daemon
7
9 kcookiejar5 [-h, --help] [-v, --version] [--shutdown] [--remove domain]
10 [--remove-all] [--reload-config]
11
13 kcookiejar5 is a command line interface to the HTTP cookie store used
14 by KDE, a D-Bus service to store/retrieve/clean cookies.
15
17 -h--help
18 Show help about options.
19
20 -v--version
21 Show version information.
22
23 --shutdown
24 Shut down cookie jar and the D-Bus service.
25
26 --remove domain
27 Removes cookies for domain from the cookie jar.
28
29 --remove-all
30 Removes all the cookies from the cookie jar.
31
32 --reaload-config
33 Reloads the configuration file.
34
36 kcookiejar5 is a command line tool to access the kded module which
37 manages cookies in Konqueror and other KDE applications.
38
39 When started without parameters it loads the kded module to provide the
40 D-Bus interface to store cookies.
41
42 When kcookiejar5 is started with some parameters, it does additional
43 tasks to the cookies jar it provides, like removing the cookies from
44 one domain.
45
47 kf5options(7), qt5options(7)
48
50 Please use KDE's bugtracker[1] to report bugs.
51
53 Waldo Bastian <bastian@kde.org>
54 Author.
55
56 Dawit Alemayehu <adawit@kde.org>
57 Author.
58
60 1. KDE's bugtracker
61 https://bugs.kde.org
62
63
64
65Frameworks 5.13 2015-07-31 KCOOKIEJAR5(8)