RE: Equivalent to Apache's mod_usertrack?

2001-10-02 Thread The elephantwalker
Title: Equivalent to Apache's mod_usertrack?



Larry,

You 
can of course create a cookie, and put it into your client's machine. See the 
servlet spec and api...this is relatively easy to do with Orion and a 
filter.

Regards,

the 
elephantwalker
www.elephantwalker.com


  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Larry 
  VelezSent: Tuesday, October 02, 2001 3:50 PMTo: 
  Orion-InterestSubject: Equivalent to Apache's 
  mod_usertrack?
  Hi all, 
  I wanted to know if there is an equivalent to Apache's 
  mod_usertrack for J2EE/Orion? I would hate to have to put Apache in 
  front of Orion just for this but we are having issues trying to reflect a 
  unique visitor in the weblogs. 
  http://www.webtrends.com/support/Solution.asp?id=5689050555 
  
  thanx, 
  Larry 


RE: Equivalent to Apache's mod_usertrack?

2001-10-02 Thread Mike Cannon-Brookes

Of course there is a far better way to do this.

- turn on cookie based sessions (which are on by default)
- you then have a jsessionid cookie given to all users, which tracks by
session
- therefore add $cookie:[jsessionid] into your format string of your access
log

Done! No filters, no custom cookies.

Enjoy ;)

-mike

Mike Cannon-Brookes :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
 Supporting YOUR J2EE World



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of The elephantwalker
Sent: Wednesday, October 03, 2001 9:33 AM
To: Orion-Interest
Subject: RE: Equivalent to Apache's mod_usertrack?


Larry,

You can of course create a cookie, and put it into your client's machine.
See the servlet spec and api...this is relatively easy to do with Orion and
a filter.

Regards,

the elephantwalker
www.elephantwalker.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Larry Velez
Sent: Tuesday, October 02, 2001 3:50 PM
To: Orion-Interest
Subject: Equivalent to Apache's mod_usertrack?




Hi all,
I wanted to know if there is an equivalent to Apache's mod_usertrack for
J2EE/Orion?  I would hate to have to put Apache in front of Orion just for
this but we are having issues trying to reflect a unique visitor in the
weblogs.
http://www.webtrends.com/support/Solution.asp?id=5689050555
thanx,
Larry