Re: [PHP-WIN] So why do I need session?

2007-04-13 Thread Armando
That's a bit of a half-truth... cookies do disappear if you don't specify a time to livem. When I use cookies to store miscellaneous data (for security I use session naturally) I typically do not specify a time to live so when the user closes the browser, the cookie dies. Cheers. Armando Mika

[PHP-WIN] Re: [PHP-DB] IE6 & PHP

2007-04-13 Thread bedul
your script only work on netscape but it fail on ie6 - Original Message - From: "elk dolk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 13, 2007 1:41 PM Subject: [PHP-DB] IE6 & PHP > Hi all, > I have a bunch of thumbnail images that link to larger versions of the image

Re: [PHP-WIN] cache control at client

2007-04-13 Thread Mikael Grön
Even more interesting is that it's exactly what's said here: http://support.microsoft.com/kb/222064 Why write stuff that's already written? :) Mike Alf Stockton skrev: Mikael Grön wrote: What I generally use for no-cache is this: Also, to force it to work correctly, I've seen people do stu