rhodopsin
11-06-2004, 04:49 PM
Imagine a web page. We shall call it Web page A. To view this web page A the user must have a cookie in their browser called "Camb". If they point their browser at web page A and they don't have this "Camb" cookie then they are redirected to an error page. If they do have the "Camb" cookie they are allowed to stay and view the content of web page A.
They can pick up this cookie if they visit web page B.
That is the viewer can only view web page A if they have been to web page B previously.
Is there anyway to cheat this system so that one can look at web page A without previously having been to web page B?
That is assuming disabling cookies is not an option.
Could the user maybe somehow put a cookie on their browser and call it "Camb"? Can cookies be faked like this? Is a cookie just a name and so can be faked so easily like this - just by putting a cookie with the same name on the browser? Or is there more to them?
Would so appreciate some help with this. Many thanks,
P.S I apoligise that this post may be a bit off topic for the forum- but it is related to javascript in a sense that javascript is the language of cookies.
They can pick up this cookie if they visit web page B.
That is the viewer can only view web page A if they have been to web page B previously.
Is there anyway to cheat this system so that one can look at web page A without previously having been to web page B?
That is assuming disabling cookies is not an option.
Could the user maybe somehow put a cookie on their browser and call it "Camb"? Can cookies be faked like this? Is a cookie just a name and so can be faked so easily like this - just by putting a cookie with the same name on the browser? Or is there more to them?
Would so appreciate some help with this. Many thanks,
P.S I apoligise that this post may be a bit off topic for the forum- but it is related to javascript in a sense that javascript is the language of cookies.