Forums
This topic is locked
ASP Sessions & MM_Username
Posted 13 Jun 2006 14:49:34
1
has voted
13 Jun 2006 14:49:34 Neil Dennis posted:
Hi all,I am creating a simple user login script, however I want it so that when someone has logged in, it directs them to a page showing all of their information. BUT, I don't want to filter the data using the MM_Username session variable, as this is not necessarily unique.
How can I do this?!
Thanks very much in advance.
Strawberrysoup Website Design
www.strawberrysoup.co.uk
Replies
Replied 16 Jun 2006 13:34:39
16 Jun 2006 13:34:39 Wim Conix replied:
Neil,
I guess you'll have to let your login page create another variable than the MM_Username on another field or fields than the username. Or, better two variables on username AND password, which probably makes it unique after all.
So don't use the standard DW Login behavior, but let the buttons do standard POST to the next detail page. You can send as many variables as you want.
Hope this helps,
Wim
Wim Conix
www.image-belle.com
I guess you'll have to let your login page create another variable than the MM_Username on another field or fields than the username. Or, better two variables on username AND password, which probably makes it unique after all.
So don't use the standard DW Login behavior, but let the buttons do standard POST to the next detail page. You can send as many variables as you want.
Hope this helps,
Wim
Wim Conix
www.image-belle.com