Load Profile object when session starts

R

ryan.mclean

Hi all,

Playing with this new profile stuff and I need to load the Profile
object with values when the user's session starts. The profile object
does not seems to be available in the session_start in the global.asax
.. . . is there a good way to handle this?

Thanks for any help you can offer.

Have a nice day,
Ryan
 
R

ryan.mclean

I just did this:

If (Profile.LastUpdatedDate.ToShortDateString <> Now.ToShortDateString)
Then
LoadThat Profile
Else
don't load it
End If
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top