[rt-users] Query

Bryon Baker bbaker at copesan.com
Tue Jul 15 12:51:29 EDT 2014


Is there a way to tie a session id to a user?

Thanks
Bryon Baker
Network Operations Manager
Copesan - Specialists in Pest Solutions
800-267-3726  •  262-783-6261 ext. 2296
bbaker at copesan.com<mailto:cstephan at copesan.com>
www.copesan.com<http://www.copesan.com/>
"Servicing North America with Local Care"

From: rt-users [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Ram
Sent: Tuesday, July 15, 2014 11:07 AM
To: rt-users
Subject: Re: [rt-users] Query

From: Bryon Baker

It looks like I should be able to do this using the Session table.  If this is true is there a definition for the blob somewhere?

If you store your sessions in the RT DB as I do you can get a list of sessions:
> mysql> select id, LastUpdated from sessions;

In any case you can always parse RT Session blobs using the rt session viewer:
  http://bestpractical.com/docs/rt/4.2/rt-session-viewer.html

cheers,
ram


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20140715/1228b4a4/attachment.htm>


More information about the rt-users mailing list