473,405 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Profile in ASP.Net 2 - How does it works?

I'm looking for a way to get a unique identification from
users who visit my website.
I thought getting visitor's computer name is not a bad idea,
But I noticed Profiles in ASP.Net 2, I'm curious how does
profile recognize each visitor?
Does it uses cookies? If yes, what if visitor disables cookies?

TIA for your response
Feb 7 '06 #1
2 947
The Profiles function passes a cookie to each visitor and stores a
corresponding value in the database to match up the profiles.

If the user refuses cookies, the profile settings are kept only for the
session and disappears when the user closes the browser.

There's an article here on Personalization and profiles:

http://msdn.microsoft.com/msdnmag/is...e/default.aspx

Walkthrough: Maintaining Web Site User Information with Profile Properties

http://msdn2.microsoft.com/taab950e.aspx
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:ul**************@tk2msftngp13.phx.gbl...
I'm looking for a way to get a unique identification from
users who visit my website.
I thought getting visitor's computer name is not a bad idea,
But I noticed Profiles in ASP.Net 2, I'm curious how does
profile recognize each visitor?
Does it uses cookies? If yes, what if visitor disables cookies?

TIA for your response

Feb 8 '06 #2
Thanks Ken :)
nice refrences.

"Ken Cox - Microsoft MVP" <BA**********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
The Profiles function passes a cookie to each visitor and stores a
corresponding value in the database to match up the profiles.

If the user refuses cookies, the profile settings are kept only for the
session and disappears when the user closes the browser.

There's an article here on Personalization and profiles:

http://msdn.microsoft.com/msdnmag/is...e/default.aspx

Walkthrough: Maintaining Web Site User Information with Profile Properties

http://msdn2.microsoft.com/taab950e.aspx
"Saber" <saber[.AT.]oxin.ir> wrote in message
news:ul**************@tk2msftngp13.phx.gbl...
I'm looking for a way to get a unique identification from
users who visit my website.
I thought getting visitor's computer name is not a bad idea,
But I noticed Profiles in ASP.Net 2, I'm curious how does
profile recognize each visitor?
Does it uses cookies? If yes, what if visitor disables cookies?

TIA for your response


Feb 9 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: a | last post by:
I have a custom object that inherits from CollectionBase and it does not successfully bind to GridViews or DropdownLists. My understanding is that that is because GridViews and Dropdownlists...
0
by: a | last post by:
Q. Unable to get a Profile custom (object) collection to bind to GridView,etc (IList objects)? This is my first custom object so I may be doing something rather simple, wrong, or it may be...
9
by: Kirk | last post by:
I have successfully, implemented a custom Membership Provider to a SQL 2000 table, however, I am having problems doing the same with a Profile Provider. As I understand it, the steps for both of...
2
by: shapper | last post by:
Hello, I have an ASP.NET page and in its runtime code I am trying to get an user profile, change it and save it. It works if I use Profile, which is the profile for the current authenticated...
7
by: Rusty Hill | last post by:
I have a base class that contains code for the profile object that works fine when the code is not in a file within the App_Code folder. Once I put the code into the App_Code folder it will no...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.