Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a usercontrol that receive an input as product id.
In my current template, I need to read this id from the Session, e.g. Session["productId"]. How can I do this?
Please help!
There are methods for accessing session in umbraco.library
<xsl:variable name="sessionVariable" select="umbraco.library:Session('sessionVariable')" />
Petr
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to get a variable on Session?
I have a usercontrol that receive an input as product id.
In my current template, I need to read this id from the Session, e.g. Session["productId"]. How can I do this?
Please help!
There are methods for accessing session in umbraco.library
<xsl:variable name="sessionVariable" select="umbraco.library:Session('sessionVariable')" />
Petr
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.