Hi,
I've a question about cookies.
I use the following function to create a cookie that is destroyed when the browser is closed :
setcookie( $g_connexion_cookie, $t_settings_string, 0, $g_cookie_path );
It works perfectly but I CAN'T FIND WHERE IT IS STOCKED ON THE PC 😕
I think I searched everywhere :
- not in C:\Documents and Settings\user\Cookies
- not in the save path repertory declared in php.ini
I have also searched all the files modified in the current day but there is still no result 🙁
This is not a blocking pb it's just frustrating ( I'm about to believe that cookies are stocked in cache memory :eek: )