Re: How to tell when a user first log's in?

2001-05-14 Thread Johan Fredriksson
-Interest [EMAIL PROTECTED] Sent: Sunday, May 13, 2001 11:47 PM Subject: RE: How to tell when a user first log's in? Peter, Thanks, however I do have 1 more question for you. I do have the top frame saying request.getRemoteUser, but how do I automatically cause that frame to get refreshed when

RE: How to tell when a user first log's in?

2001-05-12 Thread cybermaster
Ad 1) %=request.getRemoteUser()% (obviously you'll have to reload the top frame) Ad 2) You will need to subclass DataSourceUerManager and add that functionality It would be possible to add that functionality on a page that the logged-in User is guaranteeed to go to, bad that

RE: How to tell when a user first log's in?

2001-05-12 Thread Jeremy C
Peter, Thanks, however I do have 1 more question for you. I do have the top frame saying request.getRemoteUser, but how do I automatically cause that frame to get refreshed when a user first log's in? On logout, I can do that because it accesses logout.jsp (just issue a JavaScript Refresh

RE: How to tell when a user first log's in?

2001-05-12 Thread cybermaster
-Interest Subject: RE: How to tell when a user first log's in? Peter, Thanks, however I do have 1 more question for you. I do have the top frame saying request.getRemoteUser, but how do I automatically cause that frame to get refreshed when a user first log's in? On logout, I can do that because