Anonymous Users and Profile

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
From the documentation I understood that when an anonymous user uses the
profile, the data is saved in a cookie(or part of the URL). I see that It
also writes a record to the SQL table(when using the default profile
provider).

Is this this correct behaviour?

Thanks

Yoav
 
The anonymous user's "ticket" to hook her back up to her profile info is
stored in a cookie, but not the profile data - that comes out of the SQL
Server table.
Peter
 
Back
Top