in reply to CGI::Session not 'sticking' on one computer
Are you using a "third-party cookie"? If so, is someone on that site visiting some other page that uses the same third-party?
Any chance the problematic machine has run out of cookie space? IIRC, the default is only 2M.
Are you dropping other cookies? I understand that IE6 has a limit on the total bytes of cookies from a site.
What version of IE is the problematic PC running? I know some old IEs (IE4) had issues with some cookies, including ones with null names.
HTH, --traveler
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CGI::Session not 'sticking' on one computer
by skelooth (Novice) on Jul 25, 2007 at 23:14 UTC | |
by ww (Archbishop) on Jul 26, 2007 at 02:11 UTC | |
by traveler (Parson) on Jul 26, 2007 at 15:08 UTC |