Function Start-Weblocks

Part of:

package weblocks
( start-weblocks &rest < keys > &key (debug t) (port 8080) (cookie-name weblocks-session) &allow-other-keys )
Starts weblocks framework hooked into Hunchentoot server. Set
':debug' keyword to true in order for stacktraces to be shown to the
client. Set ':cookie-name' keyword when you want to change the name of the
cookie. Other keys are passed to 'hunchentoot:start-server'. Opens all
stores declared via 'defstore'.