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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...