Skip to main content
May 2, 2017
Solved

How to kill my session variables value on reloading the page?

  • May 2, 2017
  • 1 reply
  • 2738 views

Hi,

How to kill my session variables value on reloading the page?

    Best answer by CarlesColl

    Well session variables are known by you, as you create it. Then you can create a Helper Thing for instance "UserHelpers" which has a service that set's User Session Variables not "" or Null or whatever value that means empty for your logic.

    1 reply

    1-Visitor
    May 2, 2017

    Create a service which cleans the session variables and call it on Mashup Load

    May 2, 2017

    How to write a service to clean the session variables ?

    1-Visitor
    May 2, 2017

    Well session variables are known by you, as you create it. Then you can create a Helper Thing for instance "UserHelpers" which has a service that set's User Session Variables not "" or Null or whatever value that means empty for your logic.