Posted by Ron Barnett on 12/16/70 11:59
<mosesdinakaran@gmail.com> wrote in message
news:1159431287.240196.305740@i42g2000cwa.googlegroups.com...
> Hi
>
> Where does the cookies stored in the client machine that php
> creates after calling session_start() function.
>
> I am using IE... I checked in the following folders but no
> cookies are stored.
>
> 1)C:\Documents and Settings\Administrator\Local Settings\Temporary
> Internet Files
> 2)C:\Documents and Settings\Administrator\Cookies
> 3)C:\Documents and Settings\Administrator\Cookies\index.dat
>
>
> moses
Hi Moses,
It depends whether the session handler is actually set to use cookies.
check in the IE cookie store: open internet explorer then on the tools
menu go to Internet Options then in the general tab, temporary files
section click 'Settings' then 'view files'
the physical location is hidden and has a random character string in the
pathname. Using the inbuilt IE function is the easiest way to find it
You should be able to open the cookie file in notepad.
Cheers
Ron
[Back to original message]
|