[Templates] Newbe: Add a session to each intern href

Josh Rosenbaum josh@infogears.com
Fri, 15 Jun 2007 08:53:31 -0600


Listen Mail Addy wrote:
[SNIP]
> If you have an idea how?
> 
> I have links in my TT-Files for external http://... and internal "/..." the
> perl logic does not know about the links, only the TT-process knows about
> the link, when it parses the template?
> 
> so my idea was that the tt-process has any way to edit the template by
> adding a session value to each link, like PHP it does.
> 
> What i don't want to do is editing each link with somthing like 
> [%no_cookies
> ; session_url%] - i was think of any usfull function inside the tt-monster
> ;-)
> 
> Bye Thomas


First of all, please stop spamming this list with your request. You've sent 3 separate requests that were essentially the same thing.

Second of all, I already wrote a response to your thomas at mi-espacio address and to the mailing list.

Lastly, TT does not process the HTML. It processes TT content. This means it doesn't have anything to do with your links unless you use some TT or other code to do so. This means it is up to you to handle your problem. (See my previous email to you on that subject.)

-- Josh