NetTalk Central

Author Topic: Last user URL  (Read 2042 times)

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Last user URL
« on: April 25, 2012, 10:04:23 PM »
Hi,

I have a page where I display a list of logged users, last time they have clicked on page, session id . All sorted descending in time. I think that it would be very good to display the last page name/ URL the users have clicked on...

Need ideas how to read this value.

To read values i display successfully i use p_web.requestdata.webserver._SessionQueue , but this one does not contains the URL. Just lats time user clicked, it just keeps the time.

Linas
Nettalk 6.27
« Last Edit: April 25, 2012, 10:08:38 PM by linas@debetas.lt »

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Last user URL
« Reply #1 on: April 25, 2012, 10:30:44 PM »
add loc:filename to an ssv in the _sendfile method in the webhandler.

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
Re: Last user URL
« Reply #2 on: April 25, 2012, 10:36:44 PM »
I already thought about this. will go this way.

thanks.