Placing Cookies in the Response Headers

June 7, 2007

The cookie is added to the Set-Cookie response header Read the rest of this entry »


Reading and Specifying Cookie Attributes

June 7, 2007

Before adding the cookie to the outgoing headers, you can look up or set attributes of the cookie. Here’s a summary: Read the rest of this entry »


Creating Cookies

June 7, 2007

A Cookie is created by calling the Cookie constructor, which takes two strings: Read the rest of this entry »


The Servlet Cookie API

June 7, 2007

To send cookies to the client, a servlet would create one or more cookies with the appropriate names and values via Read the rest of this entry »


Overview of Cookies

June 7, 2007

Cookies are small bits of textual information that a Web server sends to a browser and that the browser returns unchanged when visiting the same Web site or domain later. Read the rest of this entry »


MS VB 0.6

June 4, 2007

With the Microsoft Visual Basic 6.0 development system, you can quickly write sophisticated data-centric business applications. Read the rest of this entry »


Win Vista Sidebar

June 4, 2007

Image
Install the Vista Sidebar on Windows XP” Read the rest of this entry »


Kaspersky 6.0

June 4, 2007

Kaspersky Internet Security 6.0 (KIS) is a fully integrated solution that protects your computer from all of the most common Internet threats, including viruses, hacker attacks, adware, spam and spyware.

Read the rest of this entry »


Programmer E Books

June 2, 2007

The following Electronics books useful for Data Structure studding  and programming

I hope they can help You

Read the rest of this entry »


Stacks Implementation

June 2, 2007

The first implementation uses an array to create the stack
data structure, and the second implementation uses pointers. Read the rest of this entry »