cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

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

bmarimuthu-2
1-Newbie

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

Hi,

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

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

4 REPLIES 4

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

How to write a service to clean the session variables ?

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.

Yep!! It is working great

Top Tags