In my XSLT I perform some jQuery and get back a value telling me if my current user is logged in on another web site. I need to store that value in a session variable so that on another Umbraco page, one that has a .NET user control, that control can read the session variable and use it.
Save XSLT value as .NET Session variable
In my XSLT I perform some jQuery and get back a value telling me if my current user is logged in on another web site. I need to store that value in a session variable so that on another Umbraco page, one that has a .NET user control, that control can read the session variable and use it.
is working on a reply...