Here's what I have....
*about 5 different web projects...
*one project is solely for login purposes...
*I need to pass that login information to all of the other pages...however, i don't want user id's in the query string, and I'm not sure if all users' cookies are enabled....
is there a way to encrypt a query string?
can session variables be passed between projects?
thanks,
DLC
*about 5 different web projects...
*one project is solely for login purposes...
*I need to pass that login information to all of the other pages...however, i don't want user id's in the query string, and I'm not sure if all users' cookies are enabled....
is there a way to encrypt a query string?
can session variables be passed between projects?
thanks,
DLC