Cookies will be stored at Windows/cookies folder..It is usually a text document.
<CFCOOKIE name="cookid" value="5" expires="100">
The above sets a cookie name cookid wif a value 10
u can increment is---->meaning u set the value to maybe cookincremet
expires means --->the cookie will expire in 100 days
e.g
<cfset cookid=cookid+1>---->maybe u can take the value of the last cookie from the database
<CFCOOKIE name="cookid" value="cookid" expires="100">
Below is the exmaple of wat is stored in the cookie
What u can do is...go to ur PC go to C:/windows/cookies foler
and open one of the files(txt)and paste it in the html
thats wat i did
I think the wb site name...the IP address of the site, the url...and the rest of it i m not so sure....
Cookies will be stored at Windows/cookies folder..It is usually a text document.
<CFCOOKIE name="cookid" value="5" expires="100">
The above sets a cookie name cookid wif a value 10
u can increment is---->meaning u set the value to maybe cookincremet
expires means --->the cookie will expire in 100 days
e.g
<cfset cookcount=cookcount+1>---->maybe u can take the value of the last cookie from the database
<CFCOOKIE name="cookid" value="cookcount" expires="100">
Below is the exmaple of wat is stored in the cookie
What u can do is...go to ur PC go to C:/windows/cookies foler
and open one of the files(txt)and paste it in the html
thats wat i did
I think the wb site name...the IP address of the site, the url...and the rest of it i m not so sure....
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.