in reply to Re^6: HTML::Template and authenticated sessions
in thread HTML::Template and authenticated sessions
Then I'd move all that complex AND logic into Perl where it belongs. There's no reason your security policy should be embedded in your templates!
The security policy shouldn't be; the logic determining what gets displayed where should. That the latter implements a portion of the former is no fault of the templating system - it's a fault of management stupidity, but that's still a reality for too many developers. *cues up "Let My People Go"*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: HTML::Template and authenticated sessions
by samtregar (Abbot) on May 11, 2005 at 22:00 UTC |