cancel
Showing results for 
Search instead for 
Did you mean: 

web service for Session Variable

SivaGelli
Level 3
hello Folks- Is there a way i can change the Session Variables using a web service or  or using command line approach? If yes, please share details. Thanks!
2 REPLIES 2

david.l.morris
Level 14
I don't think this can be done by Web Service or Command Line. The only CLI commands for sessions that I know of are these:     /status     /getlog     /requeststop Technically, /requeststop (as I understand it) is actually changing a session variable, but it is only the variable that is checked by IsStopRequested(). Web Service wouldn't work because web service calls always start up a new session, which would not have access to the session variables of a different session. I'm guessing that the community-suggested approach would be to try setting the session variable at the database level. I say 'community' because I'm guessing Blue Prism would not encourage this.
Dave Morris 3Ci at Southern Company Atlanta, GA

SivaGelli
Level 3
Thanks David. Yes, i know accessing session variable at db level, and again it needs access to db. So, was wondering if we have an alternative; your explanation helps!