I am running application on windows7. I connect this application with other windows 7 machine with browser (IE8). When i want to login from windows 7 with IE8 . Unable to login in my application. In every hits i get login page. It works for Firefox. When user logged in application, i maintain that user name in cherrypy session and redirect to search page using raise cherrypy.HTTPRedirect( "/search") In seach page i checked that user is logged in or not using cherrypy session. But in cherrpy session does not maintain session of this user. And redirect to login page. Please help me. I am waiting for your suggestion.
Regards, Sanjeet kumar On Oct 15, 7:29 pm, Christoph Zwerschke <[email protected]> wrote: > Am 15.10.2010 15:21 schrieb Sanjeet Kumar: > > > I built an application using TG1.1. When i want to login from > > remote machine using IE8 (Windows 7). I am not able login. But in > > FireFox it works. When i debugged, i got cherrypy session is not > > maintaining properly. I am not able to find what is happening here. > > Is it Windows 7 issue or IE8 issue in Windows 7? > > I'm not aware of any such problems. I can log in to my TG1.1 apps with > IE8 on Win7, both the identity subsystem and the CherryPy sessions are > working just fine. You need to provide more details. > > -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

