On Dec 7, 2006, at 9:20 PM, Travis Basevi wrote:

I was wondering what's a popular choice of module for persistent http sessions in TT2? (Or even outside it - no sweat to fetch and load it in my modperl handler and pass it to Template->process).

We use Apache::Session in our toolbox. Contrary to its name, it doesn't even require Apache... we use it with lighttpd and FastCGI. It also doesn't really have anything to do with TT, so it is your "outside it" type solution. You can pass the reference into TT as a variable and fetch the data out of the session quite easily, though.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to