Reisswolf Posted July 24, 2006 Share Posted July 24, 2006 Hi,Is there any quick way to read session cookies set in PHP from a page generated by Python CGI?I have tried os.environ["HTTP_COOKIE"], but while the PHPSESSID cookie is propagated, the other cookies--in my case, the $_SESSION['user_name'] and $_SESSION['status'] cookies--are not. (And yes, I did specify session.use_only_cookies in my PHP script.)Pointers would be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/15529-php-cookies-in-python/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.