faqts : Computers : Programming : Languages : Python : Common Problems : Web Programming

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

18 of 37 people (49%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

How to "expire" a web page with Python ?

Sep 2nd, 2000 02:23
unknown unknown, Quynh Nguyen Anh, Calvelo Daniel


Not sure whether I understand the question, but it looks as if you want 
to
     print """<meta http-equiv="expires" content="some_date">"""
at the beginning (within the <head>er) of the script generating a page.
Still not sure I understand the question and/or/if it is a Python 
question...
HTH anyway.