i need to make a log of all the websites visited thro my intenet explorer(sort of history like thing) but i need it in the following format
"user_name<spac e>url_visited<s pace>time"
the user_name is stored in a cookie by my webserver(J2EE web server) so i need some code to access this cookie info and also the url entered by the user and store it in some local file.
Using some std proxy server wont help since i need to access my cookie info. Pls suggest me some ideas or techniques for doing this.
"user_name<spac e>url_visited<s pace>time"
the user_name is stored in a cookie by my webserver(J2EE web server) so i need some code to access this cookie info and also the url entered by the user and store it in some local file.
Using some std proxy server wont help since i need to access my cookie info. Pls suggest me some ideas or techniques for doing this.
Comment