From: Colin M. <co...@ch...> - 2004-09-15 23:39:52
|
I've put up a page http://mini.net/tcl/12423 which implements a new suffix .stml as a drop-in extension to tclhttpd. .stml files are nearly identical to .tml files, but are expanded within a cookie session's interpreter, which can persist state between server restarts. This should be good for per-user data, and is able to store form/query data persistently, and can use that data to generate content. -- Colin McCormack <co...@ch...> |