Hi Jesse, if i'm not completly wrong, then i think, we can set this at the RT_SiteConfig.pm?
# $WebSessionClass is the class you wish to use for managing Sessions. # It defaults to use your SQL database, but if you are using MySQL 3.x and # plans to use non-ascii Queue names, uncomment and add this line to # RT_SiteConfig.pm will prevent session corruption. # Set($WebSessionClass , 'Apache::Session::File'); So, if i uncomment this, Apache:Session will write the session to the FS and not to the DB?!? Or is it only for the session corruption?!? Torsten 2006/12/5, Jesse Vincent <[EMAIL PROTECTED]>:
On Tue, Dec 05, 2006 at 04:04:44PM +0100, Torsten Brumm wrote: > Hi Jesse, > > > > > > >This happens when RT is still serving a page to the user with that > >session and the user requests another page. Sometimes, switching to > >another Apache::Session backend can help. > > > > What do you mean exactly? another perl module???? Apache::Session can store to the filesystem (among other things) perldoc Apache::Session to get started. -j > Torsten --
-- MFG Torsten Brumm http://www.torsten-brumm.de
_______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
