For version 0.1.0
last update: Fri Aug 10 2007
http://www.fixedpoint.jp/gauche-cgi-ext/
Warning: still unstable.
The former abstracts the current session while the latter is its metaclass.
Return an alist consisting of pairs (name . value) of session variables.
Return #t if session is destroyed.
Return the timesampe of session.
These are used for the setting of session. *session-max-age* represents the max age of session. *session-cookie-max-age*, *session-cookie-domain*, *session-cookie-path*, or *session-cookie-max-age* corresponds to the name, domain name, path, or max age of cookie of the session, respectively.
THIS METHOD IS PRIVATE FOR IMPLEMENTATION OF SESSION:
THIS METHOD IS PRIVATE FOR IMPLEMENTATION OF SESSION:
THIS METHOD IS PRIVATE FOR IMPLEMENTATION OF SESSION:
Begin a session of class class, and return it.
Return the value of name symbol.
Set the session variables, e.g.:
Save and close the session.
Destroy the session.
A utility for binding variables according to session variables.
A utility for bining variables according to cgi parameters.