hi all,
I have to maintain a Session variable in the Login page, which is used to keep login information for user.
It is not required for user to go for login and access all pages. I mean that if user has an account then he/she can get login otherwise it is not necessary to go for login, they still can access all pages.
I store "no" string in the session variable in the login page, if user does not get logged.
The problem is that when I want to retrieve string from this variable in other pages, and user did not get logged, then I always get error that 'Session variable is not created'. How I can solve this problem?
Please reply as soon as possible.
Thanks.