summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-02-17 20:03:42 +0000
committerDries Buytaert <dries@buytaert.net>2008-02-17 20:03:42 +0000
commit70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd (patch)
treeedde737a114a51ae895a0e854da41e2dfa345796
parentaa31e870c033c7868bd5e9708d2e32bc38e83244 (diff)
downloadbrdo-70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd.tar.gz
brdo-70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd.tar.bz2
- Patch #218116 by greggles: document session_save_session().
-rw-r--r--includes/session.inc2
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.