Changeset 3387
- Timestamp:
- 06/30/08 14:04:13 (6 months ago)
- Files:
-
- trunk/thirdparty/hunchentoot/session.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/hunchentoot/session.lisp
r3386 r3387 253 253 user-agent 254 254 (real-remote-addr request) 255 (session-start session))))255 (session-start session)))) 256 256 ;; The session key presented by the client is valid. 257 257 (incf (slot-value session 'session-counter))
