NAME

Kwiki::Users::Cookie - automatically set Kwiki user name from a cookie based lookup

SYNOPSIS

$ cd /path/to/kwiki
$ echo "users_class: Kwiki::Users::Cookie" >> config.yaml
$ echo "users_cookie_name: user_cookie_name"    >> config.yaml

Optionally, to display the user name:

$ cd /path/to/kwiki
$ kwiki -add Kwiki::UserName::Cookie
$ echo "login_url: /login.html"    >> config.yaml

DESCRIPTION

This module will set the user's name from a cookie's value. Optionally, that value could be used to lookup session info, etc, to set the user's name.

You might also want to use Kwiki::UserName::Cookie.

AUTHORS

John Cappiello <jcap@cpan.org>

BASED ON

Kwiki::Users::Remote by Ian Langworth <langworth.com>

SEE ALSO

Kwiki, Kwiki::UserName::Cookie

COPYRIGHT AND LICENSE

Copyright (C) 2005 by John Cappiello

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.