python - How to retrieve a cookie within the header -
i'm setting cookie in python , redirecting page by:
print "location: <website>"
when set cookie want extension of existing cookie. if cookie s8g6
, go s8g6b%
example.
i've set cookies using simplecookie , printing out in header right before redirect.
Comments
Post a Comment