views:

14

answers:

1

Hello Experts,

Can anyone tell me what is the meaning of "Session is transparent from user.". I want to know that how Session transparent from user.

A: 

Basically that phrase means that the user does not need to interact with session state directly or consciously, and needs not be aware of it at all, in order for it to work.

This is as opposed to, say, authentication; that is generally NOT transparent - the user must know about and use it for it to work.

Andrew Barber
Still confuse.Could you more explain?
Mohit Kumar
The management of session state happens behind the scenes, and is not something that the user even needs to know is happening; indeed, the user may not even be aware there is any such thing as session state. It's happening without them really knowing or needing to know.
Andrew Barber

related questions