biscotti/README.md
Jason Cosper 83ea44c377 Version 2.0.0
A complete overhaul of Biscotti and how it works. Now there are per-user options for cookie length instead of a single, year long default for everyone.
2022-12-20 12:22:44 -08:00

17 lines
762 B
Markdown

# Biscotti
## Description
Biscotti is a plugin that modifies the expiration of the logged in user cookie in WordPress to three months, six months, or one year. Because some folks hate to have to keep entering their passwords.
## Installation
To install this plugin, drop `biscotti.php` into your site's `wp-content/plugins` directory and activate it.
## Usage
Once activated, a new option will be available in the WordPress dashboard under "User -> Profile" called "Login Cookie Expiration". There, you can select the cookie expiration date of 3 months, 6 months, or 1 year on a per-account basis.
After updating this setting, you _will_ need to log out and back into WordPress for your new cookie expiration value to take effect.
Enjoy your long cookie!