Login Event
Last Post 02/26/2009 12:17 PM by Joseph Craig. 3 Replies.
Author Messages
Vinod
Nuker
Nuker
Posts:12


--
02/16/2009 9:15 AM  
Hi,


    I need to do code on log in even.
    Actually i have a shopping cart that maintains before log in through
    session id. now i need to change a status when use logs in.
    Please help.
  
   It's urgent...
Joseph Craig
DNN MVP
Posts:11667


--
02/16/2009 9:41 AM  
Is this login through a site that is not a DotNetNuke site?

Joe Craig, Patapsco Research Group
Complete DNN Support
Vinod
Nuker
Nuker
Posts:12


--
02/26/2009 7:50 AM  
No no....

I need to implement some code on login event... means i need to do some update on my data base when use log in into DNN site.


Joseph Craig
DNN MVP
Posts:11667


--
02/26/2009 12:17 PM  
This might be a good time to look at Dynamic Login from Datasprings. It will allow you to do all sorts of things when a user logs in. Best of all, it will not do this by modifying framework code, so you will be able to upgrade later.

Joe Craig, Patapsco Research Group
Complete DNN Support


---