Prevent PHP from sending the PHPSESSID cookie with requests?
Posted
by Nirmal
on Stack Overflow
See other posts from Stack Overflow
or by Nirmal
Published on 2010-05-07T00:57:53Z
Indexed on
2010/05/07
1:08 UTC
Read the original article
Hit count: 452
php
|session-cookies
I am serving dynamic image content which is generated by PHP. But for such requests to a .php file, the PHPSESSID cookie is being sent along, which is a waste.
Is it possible to prevent PHP from sending this cookie with requests to a PHP file? Or is it completely necessary for PHP to work?
Thanks for your time!
© Stack Overflow or respective owner