F. Xavier Noria wrote: > For example, in the > hangman game in O'Reilly's book a controller would load a session from > the cookie, process user's guest, modify the state and redirect the > request internally to the view.
It would probably be orders of magnitude faster to just call a template engine from your controller to render the view. - Perrin