session in asp.net save at server side or client side :-

The SessionID is generated Server Side, but is stored on the Client within a Cookie. Then everytime the client makes a request to the server the SessionID is used to authenticate the existing session for the client.

Comments

Popular posts from this blog