profiling in asp.net

j5pdtzly

New Member
I have an asp.net project and I am trying to develop profiling part, so that users can log in in their own profile (profile containing admin and users).Is this okay to set a cookie on users computer, when the user is logged in and then let the user browse in site?I mean after after I check user name and password, by checking this cookie on every page I let the user browse the page or redirect to login page.Is this way okay?
Is this safe to use?
Is there any better approach for this?

Thanks so much
 
Back
Top