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

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
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top