Jerry Swanson wrote:
I don't use cookie for my page. I use session. As I understand cookies
don't create any files on user  computer. I have this code below on my
page.
When I access this page immediately cookie is created on my computer.
Any ideas why?

As soon as you call session_start(), you are 'given' a session id. To track this id from page to page throughout you site, it is stored in a cookie by default. It's all in the manual...


http://us4.php.net/session

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to