[rt-users] Need to decode session data or session id information

Jesse Vincent jesse at bestpractical.com
Thu Apr 22 03:28:43 EDT 2010




On Wed, Apr 21, 2010 at 10:53:28AM -0700, Dan O'Neill wrote:
> Hi,
> 
> We're using RT 3.8.4 and on several occasions RT is storing session
> data that is extremely large.  Here is a query from our system this
> morning.

Can you see if RT 3.8.8RC2 improves matters for you?
 
> rt3=# select lastupdated, length(a_session) from sessions where
> lastupdated >= '2010-04-21' order by  length(a_session) desc limit
> 3;
>         lastupdated         |  length
> ----------------------------+----------
>  2010-04-21 13:29:15.175317 | 99067236
>  2010-04-21 06:17:13.315054 |   369098
>  2010-04-21 17:31:02.568494 |    59882
> (3 rows)
> 
> Can someone provide me with a snippet of code that can decode and
> dump the session id or the a_session data block so that I can figure
> out who or what is causing this to occur?
> 
> Thanks,
> 
> Dan
> 
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com

-- 



More information about the rt-users mailing list