Can you please help me in how to authenticate?
That is the pages that are visible to the signed in user should not open when we try to open them by copy pasting the URL in browser.
Can you please help me in how to authenticate?
That is the pages that are visible to the signed in user should not open when we try to open them by copy pasting the URL in browser.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ram Reddy MekhaPosted Oct 14, 2008, 11:47 PM
Kirtan PatelPosted Oct 14, 2008, 5:51 AM
when the page loads session variables (user name password) compared with the information in database
if ( authentic information in session variable matches info in database )
{
show the page
}
else
{
Redirect The page to Home page or Login page
}