Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How can I know if a user already read a page before? View modes: 
User avatar
Member
Member
cgibertini-gmail - 9/27/2010 12:02:07 AM
   
How can I know if a user already read a page before?
Hi,

I pretend to run kentico in a intranet with AD users.

What i need to know is: There is a way to register witch users already seen a page. In my environment i need to publish news and know if the users read then and when.

Can you help me?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 10/18/2010 1:33:15 AM
   
RE:How can I know if a user already read a page before?
Hello.

Unfortunately, we don´t have build-in functionality for this, you would need to implement it via custom code. You can e.g. place a simple web part on your page, which will get current user´s name (from CMS.CMSHelper.CMSContext.CurrentUser.UserName) and current time (DateTime.Now) and save it e.g. to custom table when page is opened. Then you can see list of user who opened given page and when.

Best Regards,
Radek Macalik