Can anyone tell me what is the meaning of "Session is transparent from user.". I want to know that how Session transparent from user.
Asked
Active
Viewed 1,035 times
0
-
What language/technology is this? A quick Google search on the phrase "Session is transparent from user" yields 0 results. – Christian Nesmark Sep 21 '10 at 12:12
-
Of-course in ASP.NET.I think Session use only in ASP.NET State management. – Mohit Kumar Sep 21 '10 at 17:14
1 Answers
0
It means that whatever are the internal details(how the session was built) is hidden from the user but the user can see the session going on.
Here is an example to help you out,
You know how to drive a car but you don't need to know how to built a car to drive it, so the implementation of the car is transparent from you but you still can drive the car without knowing how it is built.