Getting user name of a user working through a browser

Hi everyone!

Is there any way of getting a name of a user, who is working through a browser?

CGI? The problem is - Remote_Ident is always empty…

Thanks in advance,

Dmitry.

Subject: Getting user name of a user working through a browser

Use EffectiveUserName propertyMake sure the agent property run as web user is checked

On The Web, this is the either the name of the current Web user (if the Run as web user property is checked in the Agent Properties box) or the name of the person who last saved the script.

Subject: RE: Getting user name of a user working through a browser

hi

effictiveUserName returns the name of the current user in the notes environment but returns the name of the signer of the agent in browser.

You can configure the DomCfg.nsf which resides in the domino directory…

$$LoginForm

afterwhich you can use the @v3username to trap the current user in the browser.

–kaushik das