Re: [web2py] problem about session

2010-09-29 Thread b vivek
If you are on GAE, couldn't sesions be stored in the memcache.That way you would never have the trouble of clearing anything. On Wed, Sep 29, 2010 at 2:17 PM, Jason Brower wrote: > I think there is a way to save the sessions to a database. It's in the > book if I am not mistaken. > BR, > Jason

Re: [web2py] problem about session

2010-09-29 Thread Jason Brower
I think there is a way to save the sessions to a database. It's in the book if I am not mistaken. BR, Jason Brower On 09/29/2010 09:56 AM, hywang wrote: when some one visits my site , a new session file will be created. Then there is a risk : if somebody connects to my site with lots of robots

[web2py] problem about session

2010-09-28 Thread hywang
when some one visits my site , a new session file will be created. Then there is a risk : if somebody connects to my site with lots of robots again and again, hundreds of session files will be generated in seconds, deleting session files periodically has no use at all . "session.forget()" prevents