I'm using tt2 Template, CGI and CGI::Session modules.
I want tracking user session after login.
I initialize user session after user login in login.cgi perl script.
Can I to set session also in my home (index) page.
In index file there is:
<td width="60%" class="cells-style" align="right" >
[% IF SessionID %]
[% INCLUDE loggedinform %]
[% ELSE %]
[% INCLUDE loggedoutform %]
[% END %]
</td>
but I don't know how set SessionID.
How can I solve this problem?
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates