i have 2 pages in my application: Login.aspx & Home.aspx.
Now if user is not login, he should not access the Home.aspx from a web browser.
I know that is possible by session, but don't know how to implement the same.
let me know how to do that?
thanks!