> -----Message d'origine----- > De : David Sean Taylor [mailto:david@;bluesunrise.com] > > > From: Gopi Kandaswamy [mailto:gkandasw@;cs.indiana.edu] > > > > Hi, > > > > I am using jetspeed-1.4b1 (stable release). > > > > I do a jetspeedUser.setPerm to store an object and use > > jetspeedUser.getPerm to > > retrieve it. But I can retrive it only during the current > session. If I > > logout and then log in, I cannot retrieve it. > > > > May I know how to retrieve it even after I log out and log in again. > > try changing the JetspeedResources.properties: > > automatic.logout.save = true
I'm sorry David, but this is broken, I tried it last week on 1.4b1. It uses the data.getUser(), and on logout classes, this returns a nullpointernullexception... See this discussion : http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/msg06400.html It should use getUserFromSession() that works, but I don't know why getUser returns null only on logout... Aurelien -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
