Hi ivostoykov,
currently i use cookies, i check on each member area file. if there is no cookies, then redirect them to login page. It is working. But the problem is when some logout they can still hit the back button and view the user area section. They will on redirected if they refresh the page.
By the way, what do you mean by session stamp. Can you explain further?
Thanks
Main Topics
Browse All Topics





by: ivostoykovPosted on 2008-11-05 at 23:21:35ID: 22892867
hi radzeen
better create a session stamp for the user on logon and destroy it on log off.
This way even pressing the back button user won't be able to enter.
This means that you must have a check on each and every page you send to the user.
If there is no required data -> log on
HTH
I