On Mar 30, 4:41 pm, radisb <[email protected]> wrote: > *then why (again in src/application.lisp):* > > *(defun reset-webapp-session (&optional (app (current-webapp)))* > * "Reset sessions on a per-webapp basis"* > * (setf (session-value (class-name (class-of app))) nil))* > > *and not something like:* > > (defun reset-webapp-session (&optional (app (current-webapp))) > "Reset sessions on a per-webapp basis" > (setf (session-value (webapp-session-key app)) nil)) > > Am i missing something?
Good catch, looks like a legit inconsistency. -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
