Latest Articles ::
This JSP tutorial helps you understand: What Is Cookie; Sending and Receiving Cookies; Persistent Cookies; Dumping HTTP Response with Cookies.
The /proc filesystem is a virtual filesystem that permits a novel approach for communication between the Linux® kernel and user space. In the /proc...
Many Internet developers and technology framework providers have found methods to introduce state into Internet development. Methodologies such as...
This is an article on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies...
This article addresses some missing functionality in ASP.NET 2.0's CookieParameter type, including getting a multi-valued cookie Key value and...
Often, in legacy Web applications, users authenticate themselves via a Web form. This Web form submits the user's credentials to business logic that...
Cookies are a great invention, allowing the web developer to maintain the login status of their users. However, problems occur when your site or...
Client-side HTTP state management is important for creating
Java applications that need to interact with Web applications
like browser-based...