bharadwajrv
April 14th, 2003, 07:47 AM
Hi,
i have one doubt about internal working of Cookies..
1. Cookies are stored on the Local system
2. ASP scripts are executed on the Server.
Using ASP scripts we will access the Cookies.
Ex. Response.Cookies("CookieName") = "New Value"
since the ASP code will executed on server and Cookies are stored in Client PC, How will the ASP page will get the Cookie Value
thanks in adv.
Venu
i have one doubt about internal working of Cookies..
1. Cookies are stored on the Local system
2. ASP scripts are executed on the Server.
Using ASP scripts we will access the Cookies.
Ex. Response.Cookies("CookieName") = "New Value"
since the ASP code will executed on server and Cookies are stored in Client PC, How will the ASP page will get the Cookie Value
thanks in adv.
Venu