Hi,

my code works great on integrated webserver and with Apache+mod_wsgi, but when 
I try it with Lighttpd+Fastcgi, then not work correctly. Are some tips for me? 
I simply use "/if self.session.get("logged_in", False):/" and this work, but 
only on Admin class (or /admin url). On other urls I use "/if 
Admin.session.get('logged_in', False):/" so maybe this problem is because the 
definition is on Admin class, but I never have problem with this solution on 
Apache.

Thanks for any tips and sorry for my bad english.

-- 
Klerik

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/webpy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to