Re: cookies and IE

2002-10-02 Thread Nicholas Studt

> Alan wrote [ 01 October 2002 at 03:09 pm ]
> 
> On Tue, Oct 01, 2002 at 11:30:59AM -0700, Alan wrote:
> 
> Turns out the issue was the 'expires' tag... IE wouldn't set the cookie
> until it was set to '+1d'

If setting the expires tag to +1d fixed the problem you may want to look
at the time on the machine running IE. I ran into a problem where the
clients clock was in the wrong timezone, this of course changed the
distance from GMT and caused the cookie to be expired as it was sent. IE
did not accept the cookie at all. However once the time was set
correctly the cookie worked correctly.

-- 
  nicholas l studt
  [EMAIL PROTECTED]



Re: Problem With DB_File Installation On Red-Hat Linux 7.1 [OT]

2002-03-15 Thread Nicholas Studt

> Joe Breeden wrote [ 2002/03/14 at 09:15:44 ]
> 
> It has been a few weeks since I went through this and I have seen a
> squirrel or two since then and it was a bad experience so I have tried
> to block the memories of the awful awful day. I hope this helps, but I
> doubt it will. Good luck. 

A much easier fix specfically for Redhat 7.1 is to correctly link
/usr/include/db.h to the same version of the /lib that DB_File is
picking up. Redhat has versions 1, 2, and 3 of Berkeley db installed to
support all of the applications. If you relink db.h, generally pointing
it to db2/db.h ( though it may be db3/db.h or db1/db.h depending on the
rest of the stuff you have installed ) will make DB_file happy.


> 
> > -Original Message-
> > From: James McKim [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 14, 2002 9:01 AM
> > To: [EMAIL PROTECTED]
> > Subject: Problem With DB_File Installation On Red-Hat Linux 7.1
> > 
> > 
> > I'm trying to install DB_File on our Red-Hat Linux. 7.1 box and am 
> > getting an error about having 2 versions of BerkeleyDB installed. The 
> > log of the installation follows. Any help would be appreciated.

 | nicholas l studt   <[EMAIL PROTECTED]>
 | GPG: 0EBE 38F2 342C A857 E85B 2472 B85E C538 E1E0 8808
 `---