Session physically storing path in server
-
If session mode is inproc then session values stored in server. I need to see the physical path of the session stored in server for some security resons.
smile :-)
-
If session mode is inproc then session values stored in server. I need to see the physical path of the session stored in server for some security resons.
smile :-)
Sankar Komma wrote:
I need to see the physical path of the session stored in server for some security resons
No you don't. Besides, AFAIK it is stored in memory.
-
Sankar Komma wrote:
I need to see the physical path of the session stored in server for some security resons
No you don't. Besides, AFAIK it is stored in memory.
Thank you phil, I agree with you, session can't exist physically could you plz justify more clear session mode inporc - then it will store in web server etc.
smile :-)
-
Thank you phil, I agree with you, session can't exist physically could you plz justify more clear session mode inporc - then it will store in web server etc.
smile :-)
Not really sure what you're asking - but if you want to understand the different ways of using/storing session state, I suggest you try Google - there are plenty of texts explaining them all.