
May 8th, 2000, 02:42 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Ahmed (fazi007@yahoo.com)</b></i><br />Hi fellow<br />Do u still facing the problem then ontact to me...<br />i implement the cookies in my site may i will able to help u..<br />cookies are set by using the response object.. u write the statement response.cookies("username")="abc" .. when u write this then the request is sent to server from the browser inthe http header then the server set the cookie onthe client side and the browser add the cookie inthe cookie file ....<br /><br />if u want some sort of detailed description feel free to ask<br /><br />thanks <br /><br />Ahmed<br /><br />------------<br />alam at 4/6/2000 2:02:28 AM<br /><br />concept of cookies says that when the browser request the server then server returns a cookies (first time) and after wards any to and fro communication with server uses this cookies. then why this response.cookies("username")="billgate" is used.will it replace the default cookies set by the server for the browser.if yes then how the communication with sever will establish for further communication <br />
|