Albatross Manual
Previous:
7.7 SessionContextMixin Classes
Up:
7.7 SessionContextMixin Classes
Next:
7.7.2 SessionBase
7.7.1 StubSessionMixin
The
StubSessionMixin
class ignores all session operations.
add_session_vars
(
...
)
Does nothing.
del_session_vars
(
...
)
Does nothing.
encode_session
(
)
Does nothing.
load_session
(
)
Does nothing.
save_session
(
)
Does nothing.
remove_session
(
)
Does nothing.
set_save_session
(
flag
)
Does nothing.
should_save_session
(
)
Returns
0
.
Albatross Manual
Previous:
7.7 SessionContextMixin Classes
Up:
7.7 SessionContextMixin Classes
Next:
7.7.2 SessionBase
Release 1.20, documentation updated on October 19, 2004.