Changes between Version 79 and Version 80 of S3/S3AAA
- Timestamp:
- 06/08/11 06:47:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA
v79 v80 117 117 118 118 ''NOTE: you can have both an individual record owner and an owner role for the same record at the same time, where the individual owner doesn't need to have the owner role.'' 119 ==== Session-Ownership ==== 120 For anonymous users we can make the session own the records, so that a user can edit records they've just created, or read their cached feature queries. 121 122 When using the framework, this happens automatically. For manual DAL calls, this can be set using: 123 {{{ 124 auth.s3_make_session_owner(table, record_id) 125 }}} 126 119 127 ==== Ownership vs. Access Permission ==== 120 128