|
Cookbook /
PersistentLoginSummary: Login form with "Remember me" option
Version: 20091122
Prerequisites:
Status: Experimental
Maintainer: Petko
Categories: Administration Security
DescriptionThis recipe allows users to stay logged in for several days. Installation1. Place persistentlogin.phpΔ to your cookbook directory (alt.download: persistentlogin.php). include_once("The above code should be placed after the 3. Edit your wiki page (:input checkbox persistentlogin 1:) $[Remember me] UsageWhen you log in, check the box "Remember me". ConfigurationHere are the settings you can customize in (farm)config.php, before including the script: # Where to save session files, preferably inaccessible via HTTP
$PersistentSessionDir = "directory"; # default "Notes
Release notes
See also
Author
CommentsUser notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |