diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 07:09:21 -0700 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-06-27 07:09:21 -0700 |
commit | 7af94dc12562b8114f0f823dc8438234125022da (patch) | |
tree | 0dfe7b795b378ed0342d9c8c24d1786d1d1c9651 /lib/util.php | |
parent | addfcc976a202959209a9a1e806379e3732204bb (diff) |
some debugging code for sessions
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 2face6777..c8da8c7dd 100644 --- a/lib/util.php +++ b/lib/util.php @@ -145,6 +145,7 @@ function common_ensure_session() } if (!common_have_session()) { if (common_config('sessions', 'handle')) { + common_log(LOG_INFO, "Using our own session handler"); Session::setSaveHandler(); } @session_start(); |