Skip to main content
1-Visitor
May 20, 2019
Question

Session variable working

  • May 20, 2019
  • 1 reply
  • 916 views

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

1 reply

20-Turquoise
May 20, 2019

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

Aditya551-VisitorAuthor
1-Visitor
May 21, 2019

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.