From: Fred Date: 2008-04-29T02:00:06+09:00 Subject: Re: Cookies - sessions- Ruby Roger Pack schreef: > curl allows you to save cookies to a file then reload them, if that's useful. > What exactly are you trying to accomplish? > >>> Google: [ ruby libcurl ] > Hi, In the cookies file, i have my settings to connect to an site. User, password, cid and sid. The problem is the sid, that change everytime depending if i have connected again or closed the browser. Is it possible to programs something dynamically, so that in my rb file the sid is picked up automatically? For instance i'm connected to this site through my ruby program. Now if i log in on an other computer my ruby programs fail, because the sid is not correct anymore.