Hi Jesse, i've checked the permissions twice, apache is running as user/group apache and has more permission in that directory as needed. I played around a bit and came now to the point, that it works with fucking IE7 but not in NS7, NS8 and Firefox 1.6 and 2.0. I'm not sure whats wrong, i can see, for each session an new file is created, nothing at the error logs from apache/rt....could be a problem with the browsers=?!
Torsten 2006/12/5, Jesse Vincent <[EMAIL PROTECTED]>:
On Tue, Dec 05, 2006 at 04:32:35PM +0100, Torsten Brumm wrote: > Hi Jesse, > > and this brings us back to a problem i remember some months ago. i have > changed to Apache::Session::File and now, the users have to relogin > everytime the click on another link inside RT....!?! I thought this was > fixed...but can't remember.... That probably means it can't write sessions to disk. Permissions problem, most likely. > ;-) > > Torsten > > 2006/12/5, Jesse Vincent <[EMAIL PROTECTED]>: > > > > > > > > > >On Tue, Dec 05, 2006 at 04:18:56PM +0100, Torsten Brumm wrote: > >> Hi Jesse, > >> > >> if i'm not completly wrong, then i think, we can set this at the > >> RT_SiteConfig.pm? > > > >Correct. > > > >> # $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.xand > >> # 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?!? > > > >For all sessions. Be careful. It will log out all current users. > > > >> 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 > > > >-- > > > > > > -- > MFG > > Torsten Brumm > > http://www.torsten-brumm.de --
-- 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
