Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Security
Message
From
16/09/2003 01:24:08
 
 
To
10/09/2003 10:10:53
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00827838
Message ID:
00829254
Views:
17
A simplest way is to have a session variable which would contain the login status of the user. Once you authenticate the user through your main page, set the status to some value lets say true/1,
Then on each page of your site, you should check the value of status (session var.), if its true then let the user in else redirect him to login page to do the login;)
Best Luck..
Nilesh
Previous
Reply
Map
View

Click here to load this message in the networking platform