Search found 2 matches

by Kurn
Fri Jul 06, 2007 7:43 am
Forum: TestLink 1.7 (Closed)
Topic: Session timeout
Replies: 5
Views: 9974

Session timeout

The line

ini_set('session.cache_expire',900);

in the

config.inc.php

seems not to have any effect. My sessions time out after about 1h regardless what value I enter.
by Kurn
Mon Jun 25, 2007 11:45 am
Forum: Installation and configuration
Topic: Change order of test cases and test suites in tree view
Replies: 1
Views: 3832

Change order of test cases and test suites in tree view

When I look at the Navigator, test suites and test cases are ordered my ID. I would like to order them alphabetically by name.

I took a look at the php-files but couldn't find the location to make the change.

(I know some php and SQL but its a lot of code)

Anybody got an idea?