diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-02-17 20:03:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-02-17 20:03:42 +0000 |
commit | 70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd (patch) | |
tree | edde737a114a51ae895a0e854da41e2dfa345796 | |
parent | aa31e870c033c7868bd5e9708d2e32bc38e83244 (diff) | |
download | brdo-70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd.tar.gz brdo-70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd.tar.bz2 |
- Patch #218116 by greggles: document session_save_session().
-rw-r--r-- | includes/session.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/session.inc b/includes/session.inc index 86c7ebfaf..74ddb2c3f 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -149,7 +149,7 @@ function sess_gc($lifetime) { * * This function allows the caller to temporarily disable writing of session data, * should the request end while performing potentially dangerous operations, such as - * manipulating the global $user object. + * manipulating the global $user object. See http://drupal.org/node/218104 for usage * * @param $status * Disables writing of session data when FALSE, (re-)enables writing when TRUE. |