Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 03, 2012 09:29 PM by Jazaib.Hussain
Member
21 Points
27 Posts
Apr 03, 2012 02:34 PM|LINK
hello there,
i am using build in control for Login. i want to store Login Username is Session for session handling.
How i can store Username Value is Session
Contributor
2384 Points
643 Posts
Apr 03, 2012 02:41 PM|LINK
http://aspnetgoodies.wordpress.com/2007/12/11/retrieving-user-specific-data-with-aspnet-membership-and-session-variable/
All-Star
27530 Points
4905 Posts
MVP
Apr 03, 2012 03:58 PM|LINK
Why do you need to duplicate the username in Session? It's always available from User.Identity.Name.
Apr 03, 2012 09:29 PM|LINK
Thanks BrockAllen for ur reply... Really Helping...
Jazaib.Hussa...
Member
21 Points
27 Posts
how to store login value in session
Apr 03, 2012 02:34 PM|LINK
hello there,
i am using build in control for Login. i want to store Login Username is Session for session handling.
How i can store Username Value is Session
Basquiat
Contributor
2384 Points
643 Posts
Re: how to store login value in session
Apr 03, 2012 02:41 PM|LINK
http://aspnetgoodies.wordpress.com/2007/12/11/retrieving-user-specific-data-with-aspnet-membership-and-session-variable/
BrockAllen
All-Star
27530 Points
4905 Posts
MVP
Re: how to store login value in session
Apr 03, 2012 03:58 PM|LINK
Why do you need to duplicate the username in Session? It's always available from User.Identity.Name.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
Jazaib.Hussa...
Member
21 Points
27 Posts
Re: how to store login value in session
Apr 03, 2012 09:29 PM|LINK
Thanks BrockAllen for ur reply... Really Helping...