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
|
* Overview
|
||||||
(a) Basic User surflets, simple-surflet-api
|
(a) Basic User surflets, simple-surflet-api
|
||||||
(b) Advanced User surflets/my-sxml, surflets/my-sessions,
|
(b) Advanced User surflets/my-sxml, surflets/my-sessions,
|
||||||
surflet-handler/primitives
|
surflets/primitives
|
||||||
(c) Administrative User surflet-handler/admin, profiling
|
(c) Administrative User surflet-handler/admin, profiling
|
||||||
|
|
||||||
The fourth layer:
|
The fourth layer:
|
||||||
|
@ -21,6 +21,7 @@ own rules.
|
||||||
. get-bindings, extract-bindings, ...
|
. get-bindings, extract-bindings, ...
|
||||||
. make-address, make-annotated-address, ...
|
. make-address, make-annotated-address, ...
|
||||||
. returned-via?, case-returned-via, ...
|
. returned-via?, case-returned-via, ...
|
||||||
|
. get-session-data, set-session-data!
|
||||||
surflets is splitted in several parts, that can
|
surflets is splitted in several parts, that can
|
||||||
be loaded independently from each other.
|
be loaded independently from each other.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue