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

Session variable working

Aditya55
4-Participant

Session variable working

suppose i have written a service in which i want to use session variable within a range that will be provided dynamically from URL and it should loop in that accordingly. will it work fine if i provide different ranges in two different in two different systems at a time? same service will work fro bot ranges at a time?

 

Thnaks in Advance

Aditya

2 REPLIES 2
posipova
20-Turquoise
(To:Aditya55)

Could you please clarify, do you mean simultaneous manipulations on the same session variable value? This could ponentially introduce logical and performance-related issues.

Aditya55
4-Participant
(To:posipova)

Yes,simultaneous manipulations on the same session variable value on two different machines/systems.

one screen it should show value from R1=1 to R2=10 and on the other screen R1=11 to R2= 20 simultaneously.

Top Tags