Mention session-data in basic user's structures
This commit is contained in:
parent
fe70289bc6
commit
39066ac109
|
@ -3,7 +3,7 @@ We have three basic layers of structures: -*- Outline -*-
|
|||
* Overview
|
||||
(a) Basic User surflets, simple-surflet-api
|
||||
(b) Advanced User surflets/my-sxml, surflets/my-sessions,
|
||||
surflet-handler/primitives
|
||||
surflets/primitives
|
||||
(c) Administrative User surflet-handler/admin, profiling
|
||||
|
||||
The fourth layer:
|
||||
|
@ -21,6 +21,7 @@ own rules.
|
|||
. get-bindings, extract-bindings, ...
|
||||
. make-address, make-annotated-address, ...
|
||||
. returned-via?, case-returned-via, ...
|
||||
. get-session-data, set-session-data!
|
||||
surflets is splitted in several parts, that can
|
||||
be loaded independently from each other.
|
||||
|
||||
|
|
Loading…
Reference in New Issue