On Wed, Feb 5, 2014 at 2:15 PM, Jayadevan M <maymala.jayade...@gmail.com>wrote:

>
> open("applications/myapp/sessions",
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
> getdents(4, /* 2 entries */, 32768)     = 48
> getdents(4, /* 0 entries */, 32768)     = 0
> close(4)                                = 0
>

If I'm not wrong your applications/myapp/sessions directory only have 2
entries,
and they are the "." and "..", so your session dir is empty.

Ricardo

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to