The login form sets a "username" cookie with the user's username in it. You could try grabbing that. Otherwise, request.getRemoteUser() or ${ pageContext.request.remoteUser} (in a JSP) should work.
Matt On 2/28/08, Yohan Yudanara <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm using Appfuse 1.9.4 + Tapestry. > > I need to put the current user on Cookie because I Need to access it on > vbscript using GetCookie("UID"). > > After successfully login, I need to put the current username on the > cookie. > Could someone help me how to do this? > > I've difficulties understanding the way Acegi works. > > Thanks, > Yohan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >