Forums
This topic is locked
Pass parameter during Login
Posted 05 Feb 2002 22:52:12
1
has voted
05 Feb 2002 22:52:12 Lewis Smith posted:
I need to pass an ID parameter during the login redirect. Has someone done this before?The idea is when a person logs in they will get a page with records filtered by their ID.
Thanks.
Lewis Smith
Replies
Replied 06 Feb 2002 01:30:32
06 Feb 2002 01:30:32 Joel Martinez replied:
well, if you are using the stock UD login behaviors, then ultradev makes a session variable for you names session("mm_username"
you can use that value to filter the records. I realize that its easier to use the id, but you would have to write some custom code to get that from the database.
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
you can use that value to filter the records. I realize that its easier to use the id, but you would have to write some custom code to get that from the database.
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
