xrfang
unread,Nov 5, 2009, 8:36:20 AM11/5/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web.py
I am running webpy with nginx + fastcgi, and learning how to use
session. I found some strange problems:
1) while not using session, all changes to my index.py and template
will be instantly effective (on next browser refresh). But after using
session, I have to restart my fcgi process for changes to be
effective??
2) I restarted browser, restarted fcgi process, but the session is
STILL there! Is there any configuration problems? session don't have
an automatic timeout? Or I have made some mistakes?
3) Question: what will happen if the fcgi process do not have write
acess to the DiskStore folder specified?
Thank you!