Nezir Zahirović

SOLVED !!! - Set Session in XSLT Get Session Value inside XSLT. Setting Session / Getting Session from XSLT.

The simple way of getting and setting the session variable in XSLT file.

<!-- Setting the session --> 
<xsl:value-of select="sc:SetSession('SomeSessionName','SomeSessionData')"/> 
<!-- Getting the session variable --> 
<xsl:value-of select="sc:Session('SomeSessionName')"/>


SHARE
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment