[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4177] branches/1.3/sql/Pg-database.sql
- Subject: SF.net SVN: ledger-smb:[4177] branches/1.3/sql/Pg-database.sql
- From: ..hidden..
- Date: Fri, 09 Dec 2011 09:29:35 +0000
Revision: 4177
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4177&view=rev
Author: tshvr
Date: 2011-12-09 09:29:34 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
comment
Modified Paths:
--------------
branches/1.3/sql/Pg-database.sql
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql 2011-12-09 09:18:23 UTC (rev 4176)
+++ branches/1.3/sql/Pg-database.sql 2011-12-09 09:29:34 UTC (rev 4177)
@@ -555,7 +555,8 @@
COMMENT ON TABLE session IS
$$ This table is used to track sessions on a database level across page
-requests. Because of the way LedgerSMB authentication works currently we do
+requests (discretionary locks,open forms for anti-xsrf measures).
+Because of the way LedgerSMB authentication works currently we do
not time out authentication when the session times out. We do time out
highly pessimistic locks used for large batch payment workflows.$$;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.