From 70eb02dfc98f2bad1176acd5b9061a0a12a4e5fd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 17 Feb 2008 20:03:42 +0000 Subject: - Patch #218116 by greggles: document session_save_session(). --- includes/session.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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. -- cgit v1.2.3