Wednesday 10 March 2004 2:03:36 am
hi all
with the precious help of mark i resolved my problem of setting/retrieving session id, also by adding a new custom function to eztemplatestringoperator.php now when i call this function from pagelayout.tpl i get the sessionId, but i don't get the same result by calling the function from another template, like mytemplate.tpl
example: in pagelayout.tpl i call {"session_id"|session_variable} and i get "2e7885d9d819f22ebe467fb3cbdd9ebd" in mytemplate.tmp i call the same function and i get "session_id"... I think the function isn't executed because the template doesn't find it... right?
any hint?
best regards alessandro
|