Session variable working
May 20, 2019
03:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 20, 2019
03:11 AM
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
Labels:
- Labels:
-
Coding
2 REPLIES 2
May 20, 2019
12:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 20, 2019
12:28 PM
Could you please clarify, do you mean simultaneous manipulations on the same session variable value? This could ponentially introduce logical and performance-related issues.
May 21, 2019
02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
May 21, 2019
02:53 AM
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.
