N
Nedu N
Hi,
I am using Forms authentication -in which -
I am trying to use User.Identity.Name, i am getting the user name in this
field even after i logout (i.e, FormaAuthentication.SighnOut(),
and also i am trying to use User.Identity.IsAuthenticated for checking
whether the User has logged in or not.
I don't want to store the user name in Session variable once the User logs
in.
I want to make use of User object properties for getting to know the uswr
name and whether user has logged in or not.
Is this possible?
Thanks
Nedu
I am using Forms authentication -in which -
I am trying to use User.Identity.Name, i am getting the user name in this
field even after i logout (i.e, FormaAuthentication.SighnOut(),
and also i am trying to use User.Identity.IsAuthenticated for checking
whether the User has logged in or not.
I don't want to store the user name in Session variable once the User logs
in.
I want to make use of User object properties for getting to know the uswr
name and whether user has logged in or not.
Is this possible?
Thanks
Nedu