Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logging on
Message
From
16/05/2002 03:30:52
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00656940
Message ID:
00657284
Views:
76
>>Hi
>>
>>Can someone advise on the best way to handle users logging in using ASP's.
>>
>>I have a VFP COM installed on the server which I can call a method Login(cUser, cPassword) to return true or false, but I also want each page to check the status using a logical property in the COM, and if the user is not logged in, to force them back to the main page to login.
>>
>>Any suggestions?
>>
>>Thanks
>>Kev
>
>Here is a method I have used several times:
>When the user logs into the site, set a flag and persist it throughout your site. Create an include file that checks the value of this flag and loads the appropriate page based on the value.

Thanks Tim, how do I load the page from the include file?

Kev+
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform