LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   where are cookies in Linux are stored. (https://www.linuxquestions.org/questions/linux-software-2/where-are-cookies-in-linux-are-stored-83446/)

edreddy 08-19-2003 05:49 AM

where are cookies in Linux are stored.
 
Hi,
where does the netscape browser (on Linux) will store the cookies sent by any server. what is the pathname. is it configurable at the time of installation of netscape browser. If not, where will it store the cookies information. I mean the absolute path name of the cookies information. will it be available in /tmp directory or somewhere else?

Thanks
Dhana

BigNate 08-19-2003 05:52 AM

I don't use netscape but I would be they are stored in you ~/HOME dir.

Try:

$cd /home/user_name
$ls -a

look for a .netscape file and cd to it. sniff around.

nakkaya 08-19-2003 01:34 PM

every program saves you setting and file to you home drictory remember this is not windows if you are looking for a prog setting or want to reset your setting just delete its directory as for your problem netscape should be in .netscape directory in your home

edreddy 08-19-2003 11:04 PM

Hi,
In my home directory I couldn't find any directory with the name .netscape. Is it problem with the installation. I installed netscape with different user login.

Thanks
Dhana

BigNate 08-19-2003 11:09 PM

wel then cd to that dir and look. although I would thin if you launched it as this user you should have a file in there. Post the output from

$cd /home/your_user_name
$ls -a

Misteree 08-19-2003 11:47 PM

/root/.netscape/cookies


All times are GMT -5. The time now is 04:25 PM.