Hi.
We are investigating sessions using Apache/PHP, and we have used session_start() and session_register("some_var"
to create session variables. As we understand this, cookies are involved.
Question: How are the cookies named, and where can I find this cookie on my computer if I have visited these pages?
It sounds kinda elementary, but we'd like to see what is stored in the cookie (if it's just a session id or actual variable values) and we are unable to find where (or if) a cookie is being deposited.
Thanks Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
We are investigating sessions using Apache/PHP, and we have used session_start() and session_register("some_var"
Question: How are the cookies named, and where can I find this cookie on my computer if I have visited these pages?
It sounds kinda elementary, but we'd like to see what is stored in the cookie (if it's just a session id or actual variable values) and we are unable to find where (or if) a cookie is being deposited.
Thanks Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com