perhaps you can store sessions in another way (not in filesystem)
-* redis*
http://web2py.com/books/default/chapter/29/13/deployment-recipes#Sessions-in-Redis
*- memcache*
http://web2py.com/books/default/chapter/29/13/deployment-recipes#Sessions-in-memcache
*- cookie* 
ref is in the web2py google groups, because it's the feature in the new 
web2py 2.17.1 (if i'm not wrong, pls search it in web2py google groups)
*- database*
http://web2py.com/books/default/chapter/29/13/deployment-recipes#Sessions-in-database

and for errors think you can store it in database too
http://web2py.com/books/default/chapter/29/13/deployment-recipes#Collecting-tickets

for storing sessions in database, imo, it will add another connection to 
database, can degraded database performance too, so pls make it low 
prirority (store sessions in database)

perhaps you can share the error or log you got, so that we know exactly 
what problem you have n give the best solution to face it

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to