user id and password - directed to a URL based on login details

H

Hinsbeeck

I would like to direct a visitor to a specific URL based on his/her user ID
and password. The site is running on a Windows server. I was thinking of
using the following as a method to manage the userID and password part:
http://support.microsoft.com/default.aspx?scid=kb;en-us;825498

Still need some help to route the user though....

Any help or direction will greatly be appreciated...

Tnx
 
S

Stefan B Rusynko

That code sample stores the UID at login as a Session variable
- use that in a DB query to find the record w/ that UID and response redirect to that users page
(the user page location would also need to be stored the DB you created for UID)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I would like to direct a visitor to a specific URL based on his/her user ID
| and password. The site is running on a Windows server. I was thinking of
| using the following as a method to manage the userID and password part:
| http://support.microsoft.com/default.aspx?scid=kb;en-us;825498
|
| Still need some help to route the user though....
|
| Any help or direction will greatly be appreciated...
|
| Tnx
|
 
Top