Michael
|
| Posted: 04/08/2002, 1:15 AM |
|
Hello,
I want to build restricted area on my website with codecharge. I want the user to log in, and after the login, the user must be directed to his own personal site. So if there are 10 different user, I also want 10 personal sites.
Can anyone tell me how I can build a system like this with CodeCharge. How I can make the restrictions for the users, so they can only visit their own personal site, and not the others??
I hope anyone can help me!
Michael
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/08/2002, 2:35 AM |
|
Simply add UserID as Form Properties/Input tab and set it's type to "session".
Thus users will be able to see pages with their data only.
|
|
|
 |
|