------
cookie_warning - Cookie Warning plugin
------
Author: Tomas Kuliavas <tokul@users.sourceforge.net>

This plugin detects if browser allows cookies. Plugin uses own 
cookie by default. If you start getting "too many cookies" browser 
errors on login page - consider turning off $cw_use_own_cookie 
option in plugin's configuration and force use of session cookies.
If you use plugin with login embedded into page that does not call
squirrelmail's login_cookie hook, make sure that 'sqm_cookie_check'
or squirrelmail session cookie is set with domain, that is available 
to squirrelmail scripts.

***
* Changelog
***
2005-01-11 (1.1)
 - 1.1rc1 marked as stable 1.1 version.

2005-03-27 (1.1rc1)
 - Moved cookie tests to login error page, because browser or php 
   fails to detect cookie set in same script (#1167053).
 - Added own test cookie function to login_cookie hook.
 - Added configuration option that allows to choose between
   own and session cookie checks.

2004-12-06 (1.0)
 - First official release.
 - Added gettext domain switches.

2004-12-01 (1.0rc1)
 - added phpdoc blocks
 - removed comments that belong to other plugin
 - changed require_once to include_once

2004-11-30
 - initial release

$Date: 2005/04/11 08:27:02 $
