Dropped the last 's' in the sessions cache directory

This commit is contained in:
Rob Crittenden 2008-01-24 22:31:22 -05:00
parent 3d911a7beb
commit 34b56238d2

View File

@ -51,7 +51,7 @@ server.thread_pool = 10
# TurboGears sessions.
session_filter.on = True
session_filter.storage_type='File'
session_filter.storage_path='/var/cache/ipa/session'
session_filter.storage_path='/var/cache/ipa/sessions'
# LOGGING