NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: linas@debetas.lt on April 25, 2012, 10:04:23 PM

Title: Last user URL
Post by: linas@debetas.lt 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
Title: Re: Last user URL
Post by: kevin plummer on April 25, 2012, 10:30:44 PM
add loc:filename to an ssv in the _sendfile method in the webhandler.
Title: Re: Last user URL
Post by: linas@debetas.lt on April 25, 2012, 10:36:44 PM
I already thought about this. will go this way.

thanks.