Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Clear Session Variable

Adheshwar2
Kilo Guru

Hi,

     Is it possible to clear session variable from scoped application. I tried but it says no method found. If it has to be done through Global from my scoped application is it possible and if so How can I clear session variables in scoped application?

1 ACCEPTED SOLUTION

JerryJ071847183
Tera Sage

Hello this link would be worth checking ...

https://community.servicenow.com/community?id=community_question&sys_id=2e6c53ffdbde00501cd8a345ca96...

 

Here they have done with catalog via script include , which in your case you can call the script include by appending prefix of scope to the script include.

 

Mark my ANSWER as CORRECT and HELPFUL if it helps

View solution in original post

1 REPLY 1

JerryJ071847183
Tera Sage

Hello this link would be worth checking ...

https://community.servicenow.com/community?id=community_question&sys_id=2e6c53ffdbde00501cd8a345ca96...

 

Here they have done with catalog via script include , which in your case you can call the script include by appending prefix of scope to the script include.

 

Mark my ANSWER as CORRECT and HELPFUL if it helps