S
Schultz
I am having two problems in the application I am building, the first
has to do with forms authentication.
The application has three different login pages:
1- for admins
2- for users
3- for guest access (to view data entered by the users)
Each page is programmed to create a custom forms authentication cookie
that stores what access level they are, which would prevent a guest
from accessing an admin page, etc. When I tested the guest, user, and
admin logins, individually, and I could access each page that i
protected. How do fix this problem?
Another problem I have is that when users login, i store information in
session variables. Why do the session variables delete after, accessing
several pages, within the session time limit, or recieving an error?
Thanks for your help,
Schultz
has to do with forms authentication.
The application has three different login pages:
1- for admins
2- for users
3- for guest access (to view data entered by the users)
Each page is programmed to create a custom forms authentication cookie
that stores what access level they are, which would prevent a guest
from accessing an admin page, etc. When I tested the guest, user, and
admin logins, individually, and I could access each page that i
protected. How do fix this problem?
Another problem I have is that when users login, i store information in
session variables. Why do the session variables delete after, accessing
several pages, within the session time limit, or recieving an error?
Thanks for your help,
Schultz