Forums

This topic is locked

ASP member login

Posted 09 Oct 2001 20:20:57
1
has voted
09 Oct 2001 20:20:57 martijn martijn posted:
Hello,

I've a question about member login with asp.
After the login script it redirects to another asp site which gets it's contect from a sql database with as filter the login name.

But i can't get it working, it doesn't use the login information given by the user on the login page. I think it has to do with the filter settings in the record query in Ultradev.

Maybe you can help me out.

Greetings,

Martijn

Replies

Replied 10 Oct 2001 18:43:45
10 Oct 2001 18:43:45 Joel Martinez replied:
you've got to make sure that the username is being passed to the next page.

most login scripts do this with session variables...

example. the login Server Behavior creates a <b>session("mm_username"</b>

then you can use this session on the other page, as the filter.

Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/

Reply to this topic