Ans: Asp.Net use 120 bit identifier to track each session. This is secure enough and can't be reverse engineered. When client communicate with server, only session id is transmitted, between them. When client request for data, ASP.NET looks on to session ID and retrieves corresponding data.
What is Session ID in Asp.net?
Related Posts:
Explain in brief different distributed technologies. The need of distributed technologies arises with the requirement of distributed computing applications. The distributed computing allows partitioning of application logic into units and spreading the unit over different com… Read More
Explain how to document web services. ASP.NET web services are considered as self documenting as they provides all information about what methods are available and what parameters they require using XML based standard called WSDL. We can also provide addition … Read More
Advantages of .Net Web Services Web Services are supported on a wide range of platforms. Web services may extend its interface and add new methods without affecting the clients as long as they still provide the old methods and parameters. A client makes… Read More
What is UDDI? UDDI stands for Universal Description, Discovery and Integration. It is an open, Internet-based specification that offers directory service for storing information about web services. … Read More
Web services vs. CORBA and DCOM Web services Web services use HTTP protocol for sending and receiving messages between the applications. The data encoding in web services is based on XML. Web services are defined using WSDL (Web Services Descr… Read More
0 comments:
Post a Comment