link
*
* You can also use:
*
* link
*
* but in this case value of sid will be cached.
*
* Author: Jaroslaw Zabiello
* -------------------------------------------------------------
*/
function smarty_insert_session_id()
{
echo session_id();
}
/* vim: set expandtab: */
?>