Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: how to read the login and password.


Message #1 by omkarj@h... on Wed, 31 Oct 2001 07:40:00
hi,



i have created a web site which is running on Microsoft sharepoint.



now when the user fires the URL, there is a system log on promt,

and the user is authenticated by system.



can some body tell me how to capture the login name and password, and use 

the same in the session.



i have created some forms on the web site, and like to capture the user 

name and display automatically on one of the form fields.



pls help me.





Message #2 by Mark Eckeard <meckeard2000@y...> on Wed, 31 Oct 2001 05:06:33 -0800 (PST)
I am not familiar with Sharepoint, but if you can use

ASP, then set some session variables to hold the data:



session ("userID") = Request.Form("ID")

session ("password") = Request.Form("password")



Mark



--- omkarj@h... wrote:

> hi,

> 

> i have created a web site which is running on

> Microsoft sharepoint.

> 

> now when the user fires the URL, there is a system

> log on promt,

> and the user is authenticated by system.

> 

> can some body tell me how to capture the login name

> and password, and use 

> the same in the session.

> 

> i have created some forms on the web site, and like

> to capture the user 

> name and display automatically on one of the form

> fields.

> 

> pls help me.


  Return to Index