Click to See Complete Forum and Search --> : Cookies Path


chuxs
11-28-2003, 05:45 AM
pls if it's possible i need a javascript code to retrieve the file path where cookies are stored

Khalid Ali
11-28-2003, 06:20 AM
in windows its usually a folder name "Cookies" but that can be different depending upon on OS.
So you can hard code it.
Now if you meant to retrieve the domain part of the cookie that you can retrieve by reading a cookie.
Search these forums,you will find a tone of responses for reading/writing cookies

chuxs
11-28-2003, 11:06 AM
thanx but is it posible for me to store the cookies to another directory apart from the default windows directory(Cookies)

ray326
11-28-2003, 12:17 PM
No, that is totally controlled by the browser configuration. To allow otherwise would be a huge security risk. Hmm, so that means Explorer will probably let you do it. 8-)

chuxs
12-01-2003, 08:56 AM
thanx