[cpif] r59 - trunk/frontend-web
svn at argo.es
svn at argo.es
Sat May 19 22:33:51 CEST 2007
Author: jcea
Date: Sat May 19 22:33:51 2007
New Revision: 59
Log:
Modified:
trunk/frontend-web/url_logout.py
Modified: trunk/frontend-web/url_logout.py
==============================================================================
--- trunk/frontend-web/url_logout.py (original)
+++ trunk/frontend-web/url_logout.py Sat May 19 22:33:51 2007
@@ -3,5 +3,6 @@
from globales import monitor
def gestiona_url(handler,path,usuario) :
- return (401,"cpif_auth=X; path=/; expires=Sat, 19-05-2007 00:00:00 GMT","")
+ # Para borrar una cookie hay qeu mandarla con una fecha en el pasado.
+ return (401,"cpif_auth=X; path=/; expires=Thu, 01-01-1970 01:00:00 GMT","")
More information about the cpif
mailing list