Changes between Version 79 and Version 80 of S3/S3AAA


Ignore:
Timestamp:
06/08/11 06:47:38 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v79 v80  
    117117
    118118  ''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  ====
     120For 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
     122When using the framework, this happens automatically. For manual DAL calls, this can be set using:
     123{{{
     124auth.s3_make_session_owner(table, record_id)
     125}}}
     126
    119127==== Ownership vs. Access Permission ====
    120128