Hi,
I recently got outsourcing contract job which includes developing of web portion of application using NetTalk web server. I went through all the NetTalk documents and examples on my employer's workstation and I understood most of the things (only the time will show how small my knowledge is

) So here is one question.
I created IndexPage so it has two body options depending on GetSessionLoggedIn() condition. In case when I'm not logged I'm initially showing login page, and when I'm logged I show another body which doesn't contain embeded login page <!-- Net:LoginForm -->. Everything works well, but there is one thing I need. When session expires each option I select sends me to login form as it should, but I would like to show text line on the login page saying that I'm redirected to the login page cause session expired. This text should be hidden when I logout via regular Logout button, or initiate session from the browser address line.
Any suggestions?
thanks,
Alex