[rt-users] 3.6.3 - Cleaning Sessions

Joe Casadonte joe.casadonte at oracle.com
Wed Mar 7 16:01:44 EST 2007


I had it on my todo list to go and read:

    http://wiki.bestpractical.com/index.cgi?CleanupSessions

and implement it on our site before it got out of hand.  I first looked 
to see how many sessions I had, and I had none!

SQL> select count(*) from sessions;

   COUNT(*)
----------
          0

SQL> select * from sessions;

no rows selected


Should I have sessions here?  I have a ton of session files on disk -- 
is that where sessions are being cached, instead of the DB?  If so, 
which is better?  Is there a way to safely clear up old session files > 
XX days old?

Thanks!

-- 
Regards,


joe
Joe Casadonte
joe.casadonte at oracle.com

==========                                                  ==========
== The statements and opinions expressed here are my own and do not ==
== necessarily represent those of Oracle Corporation.               ==
==========                                                  ==========



More information about the rt-users mailing list