Hi ramkiran,
You can use session variables to check if the variables are valid or not.
What you can do is:
1. When user logs in define a session variable and store [say userid].
2. In the other pages check if the varable is valid or not.
3. When user logs out, destroy the session veriable.
Hope this helps.
---
Best regards,
Debashis
|