Revision: 4634 Author: edi URL: http://bknr.net/trac/changeset/4634
Export two functions
U trunk/thirdparty/hunchentoot/CHANGELOG U trunk/thirdparty/hunchentoot/doc/index.xml U trunk/thirdparty/hunchentoot/packages.lisp
Modified: trunk/thirdparty/hunchentoot/CHANGELOG =================================================================== --- trunk/thirdparty/hunchentoot/CHANGELOG 2011-01-21 19:13:23 UTC (rev 4633) +++ trunk/thirdparty/hunchentoot/CHANGELOG 2011-01-21 19:17:37 UTC (rev 4634) @@ -1,3 +1,4 @@ +Export two session functions (Nico de Jager) Allow no Content-Type header (Chaitanya Gupta) Patch for compilation with ECL (Sohail Somani) Fix DEFINE-EASY-HANDLER for multiple acceptors (Nicolas Neuss)
Modified: trunk/thirdparty/hunchentoot/doc/index.xml =================================================================== --- trunk/thirdparty/hunchentoot/doc/index.xml 2011-01-21 19:13:23 UTC (rev 4633) +++ trunk/thirdparty/hunchentoot/doc/index.xml 2011-01-21 19:17:37 UTC (rev 4634) @@ -2273,6 +2273,28 @@ </clix:special-variable>
+ <clix:function generic='true' name='session-id'> + clix:lambda-listsession + </clix:lambda-list> + clix:returnssession-id + </clix:returns> + clix:description +The unique ID (an INTEGER) of the session. + </clix:description> + </clix:function> + + + <clix:function generic='true' name='session-start'> + clix:lambda-listsession + </clix:lambda-list> + clix:returnsuniversal-time + </clix:returns> + clix:description +The time this session was started. + </clix:description> + </clix:function> + + </clix:subchapter>
Modified: trunk/thirdparty/hunchentoot/packages.lisp =================================================================== --- trunk/thirdparty/hunchentoot/packages.lisp 2011-01-21 19:13:23 UTC (rev 4633) +++ trunk/thirdparty/hunchentoot/packages.lisp 2011-01-21 19:17:37 UTC (rev 4634) @@ -243,8 +243,10 @@ "SESSION-DB" "SESSION-DB-LOCK" "SESSION-GC" + "SESSION-ID" "SESSION-MAX-TIME" "SESSION-REMOTE-ADDR" + "SESSION-START" "SESSION-TOO-OLD-P" "SESSION-USER-AGENT" "SESSION-VALUE"