Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old December 7th, 2002, 01:11 AM
Blaktyger Blaktyger is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2002
Posts: 3 Blaktyger User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Generating cookie

I'm having trouble creating a cookie, using Python's Cookie module.

Here is my code:
Code:
import Cookie
cookie=Cookie.Cookie()
cookie["name"]="Python"
cookie["name"]["expires"]=3600
cookie["name"]["version"]=1
print cookie


Now when I got to my cookie folder I dont see the cookie I just created. Does cookies in Python must be created within a
Python-CGI script???

Last edited by Blaktyger : December 7th, 2002 at 05:45 PM.

Reply With Quote
  #2  
Old December 7th, 2002, 08:30 PM
jimmy2k1 jimmy2k1 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2002
Posts: 89 jimmy2k1 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 48 m 50 sec
Reputation Power: 7
hello, I'm not familiar with the cookie module at all but try changing your

cookie = Cookie.Cookie()

to

cookie = Cookie.SimpleCookie()

I know this is wrong but like I said I don't know anything about the Cookie module and you might want to give that a shot.

Last edited by jimmy2k1 : December 7th, 2002 at 08:33 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Generating cookie


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway