Cookie gets changed when hit comes from a referrer

Denis McMahon denismfmcmahon at gmail.com
Wed Oct 9 14:06:36 EDT 2013


On Wed, 09 Oct 2013 18:00:28 +0300, Νίκος Αλεξόπουλος wrote:

> Στις 9/10/2013 5:43 μμ, ο/η Denis McMahon έγραψε:
>> On Wed, 09 Oct 2013 01:52:44 +0300, Νίκος Αλεξόπουλος wrote:
>>
>>> Στις 8/10/2013 10:29 μμ, ο/η Denis McMahon έγραψε:
>>
>>>> Have you checked the cookie jar in the browser to see what value the
>>>> cookie has? Is that the value you think it should have? Note that
>>>> checking the cookie jar is a browser topic, not a python topic, so if
>>>> you don't know how to do that you're going to have to find the right
>>>> place to ask, WHICH IS NOT HERE!

>>>> Ideally you need to check what the server thinks it's setting the
>>>> cooking to, what the browser thinks it received as the cookie, and
>>>> what the server gets back afterwards to work out where the error is
>>>> happening.

>>> Is there something i can try to isolate the problem and make it work?
>>> By whole counters project is based on cookie handling now....

>> See those last two paragraphs there that you quoted. You should have
>> read them.

> ok so then tell me where i should ask this.

In those two paragraphs I have told you what you need to do to isolate 
where your problem is occurring. If you don't know how to do that, then I 
commend to you the wealth of information that may be discovered using 
search engines. However, as we keep telling you, this group is not the 
right place to ask questions such as:

a) How do I see what's in my web browser's cookie jar?
b) How do I make my web server log the cookies it sends and receives?

For (a) you want information about your browser, not about python.
For (b) you want information about your web server, not about python.

Find the relevant forums and ask in them.

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list