Hey,
This is a curosity question. When setting cookies, they are typically stored on your hard drive, thus making some information they contain available to users. However, when setting a cookie in PHP and you set the expiration to '0' .... it becomes a 'session cookie' that is only stored in temporary space.
So I have two questions:
Can a 'session cookie' be viewed somehow by a user?
Can any type of cookie's name and/or value be obtained by using an outside script or homemake browser?