I am using cherrypy 2.2.0(beta). I have authenticate each page using my login screen.
I checked the session key for each page request, if the key is not found I have simply rdirect to my login page. It is work in Mozilla firefox, but not works in IE7. Even I have checked the browser settings. All settings are correct.
Sometimes works in IE7 and most of the time not working. Even I can't able to reproduce the bug.
can anyone please tell me what are all the root causes?
The following code snippet is as follows
authfilter.py ======================================================================== import cherrypy
from cherrypy.filters.basefilter import BaseFilter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "cherrypy-users" group. To post to this group, send email to cherrypy-usersgooglegroups.com To unsubscribe from this group, send email to cherrypy-users-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/cherrypy-users?hl=en -~----------~----~----~----~------~----~------~--~---