Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
Could you please clarify, do you mean simultaneous manipulations on the same session variable value? This could ponentially introduce logical and performance-related issues.
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.