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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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?

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

Announcements


Top Tags