13 Feb
2007
13 Feb
'07
11:21 a.m.
In session object, but i don“t know how to do it. Can you help me please???? Please stay on list.
Something like: session = self.REQUEST.SESSION session.set('_key', credentials) to retrieve data: creds = session.get('_key', None) So after proper authentication you may store object with user name etc. in session and later just check if it is there. If so, then user is authenticated... In general this is how CAS4PAS plugin works. -- Maciej Wisniowski