web sites are state less but the asp.net web sites acan maintain their states through client side and server side like cookies , view state , seesion state ,application state etc . through session , we can maintain the state until an user stay on the site . session can be add by
SESSION.ADD (" SESSION NAME ", VALUE)
AND ENDS BY
SESSION.ABANDON ()
this is mainly needed in websites while log in and log off
|
No responses found. Be the first to respond and make money from revenue sharing program.
|