Am 16.10.2010 08:48 schrieb [email protected]:
When user logged in application, i maintain that user name in cherrypy
session and redirect to search page

You don't need a CherryPy session to store the user name. TurboGears 1 provides it for you already in identity.current.user_name (identity.current also provides other attributes such as user, user_id, groups, permissions etc.).

But in cherrpy session does not maintain session of this user.
> And redirect to login page. Please help me.

So the first step is to check whether login with the TurboGears identity system works, independent of CherryPy sessions. These are two different issues.

Anyway, for both you need session cookies to work in your browser. Maybe you have configured IE8 so that it does not allow session cookies from your server.

-- 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.

Reply via email to