Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to track website users logged in

Status
Not open for further replies.

andym0908

Programmer
Feb 25, 2008
19
0
0
GB
Hi all

This is just a general query.

I have built websites before in classic ASP, where users are kept logged into a website by using the session object. Now I'm making the transition to .NET (C#), I'm wondering if I can still use the same session object, and if so, is it wise/secure to use it, or is there perhaps a better, more advanced facility in the .NET framework?

Cheers for any help/suggestions,
Andy
 
Yes, you can still use the session object. You also have a number of option available to you, so start by reading up on the various different authentication methods on MSDN.


-------------------------------------------------------

Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]
[URL unfurl="true"]http://mdssolutions.co.uk[/url] - Delivering professional ASP.NET solutions
[URL unfurl="true"]http://weblogs.asp.net/marksmith[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top