http://qs321.pair.com?node_id=628829


in reply to Re: CGI::Session not 'sticking' on one computer
in thread CGI::Session not 'sticking' on one computer

I'm not quite sure what you mean by third party cookie. The cookie should only be active within the domain I set it in, or at least I assume it would be that way. Maybe you can expand on what you mean. Cookie space should not be the issue as the cookie is only storing ~50 characters or less and cookies on other sites seem to work fine. The machine also does not seem to be dropping any other cookies. The problematic computer is a windows XP home edition with IE7. Originally it was IE6, so one of my first attempts to fix this was to update it to 7. I don't think I've ever quite seen a problem like this before, because it's so peculiar. Personally I'd like to just reformat the whole machine and make it all open source software based but the help desk folk don't like that idea much :)

Is there a way to preserve linebreaks in nodes without typing <br>?
  • Comment on Re^2: CGI::Session not 'sticking' on one computer

Replies are listed 'Best First'.
Re^3: CGI::Session - Aside in answer to formatting question
by ww (Archbishop) on Jul 26, 2007 at 02:11 UTC
    Is there a way to preserve linebreaks in nodes without typing <br>?
    To what purpose?

    You've used <code> properly in your OP and I don't see anything in this thread that can't be attributed to individual style where <br> would be needed unless it's the parent of this post, where (personal style, again), I might have broken up your monolithic text into paragraphs, using <p>... </p> pairs.

    For more general advice on formatting your nodes, check Writeup Formatting Tips and because it's comprehensive, follow, near the bottom, the link to Perl Monks Approved HTML tags.

    And lest we forget, your browser's "View Source" may add some answers, if you see some kind of fancy formatting not readily attributable to breaks, paragraphs, or (not previously mentioned) lists whether ordered or unordered.

    Just BTW, there are no <br>s in the source of this entry.
Re^3: CGI::Session not 'sticking' on one computer
by traveler (Parson) on Jul 26, 2007 at 15:08 UTC
    A third-party cookie is one sent by a website other than one the user is viewing. That is, if the user is viewing perlmonks.org, a cookie from site.com would be a third-party cookie.