Cookies are the small file saved in the client machine which could be used for saving informations like user preferences and other details. The article covers the area about advanced properties of the HttpCookie Class. Users could save or delete...
To store user specific information in the web applications these Cookies are the main components. The main objective of this tutorial is to create awareness of these cookies among the webmasters and explaining the basic functions of it. The author...
Authorizing Users and Roles is a tutorial explaining the access control of a guest or a user to URL resources. Through the HTTP method, requisition could be made and then the webmaster could take a decision using application to accept or deny the...
Security is one of the most essential criteria of the web developers while programming any application. Important informations should be protected. The author has discussed in detail about the security issues and functional specifications,...
This article is about how the login username and password is checked and how it is processed. When the username and the password is typed in, it checks for its identity. If the identity suits then it allows the user to proceed. The user should...
Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this...
Active Directory Group Lookup is a tutorial through which the author tells about searching for information from all groups AD. When each user has a 'Primary Group', the author provides one easy method of getting the 'Primary Group' information.... |