Forums
This topic is locked
Need help with logging in users
Posted 07 Jul 2003 20:51:32
1
has voted
07 Jul 2003 20:51:32 Kevin Bendele posted:
I have the extensions and databases necessary to create a login page and allow all users access to a certain page. What I would like to do is have each different user be pointed to their own personal page by logging in. Can this be done, or do I need more extensions to solve this? Replies
Replied 14 Jul 2003 14:48:19
14 Jul 2003 14:48:19 Vince Baker replied:
The way to do this is using the server variable that is created when the user logs in. (if you have custom built the security function however, you might want to use a cookie instead). The server variable is called MM_Username and you can use this to personalise a page for each user as any info in your db should be able to be filtered by the username.
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting