=head1 NAME Kwiki::Users::Cookie - automatically set Kwiki user name from a cookie based lookup =head1 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 =head1 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 L. =head1 AUTHORS John Cappiello =head1 BASED ON L by Ian Langworth =head1 SEE ALSO L, L =head1 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.