Tracking User Activity

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

Guest

Hello

I developed Discussion Forum for my company.In this forum User can read
post,made post ,create new thread etc like open source Telligent Systems'
forum.

I developed it ASP.Net with Sql Server as a backend Database.Now I want to
know that how to Track the user's last activity so that I can display it when
he/she comes next time.

I am expecting most optimized solution for the matter so if anyone can share
their
experience and how they solved it I would be very appreciative.

Bhavesh Patel
 
Bhavesh,

The most easy way and mostly done for that is to store it in the cookie from
the user.

I hope this helps,

Cor
 
Back
Top