Hi,
I have LogIn method in Registration Controller and i need to check whether the user is registerd or not.
If the user is registered then only he can view any page otherwise he has to get logged in.
So, for this i need to access the UserName in all the controllers, how can i do this?
Thanks,
Varun.