Hi all,
I always got the message "Your session has expired" when I login from remote machine or with domain name. And it was normal when I login with localhost from local machine, as "http://localhost/testlink/" in IE address bar.
Who can help me? It bothered me for a long time.
My environment:
IIS 5.0/Win2K/teslink 1.6.2/PHP 4.4.4/Mysql 4.1.21/IE 6.0/no firewall
Thanks a lot.
Your session has expired!
Moderators: Amaradana, TurboPT, TL Developers
login.php?note=expired;
i get, been fighting with it for a good min
login.php?note=expired
login.php?note=expired
line 369; session expired cant login
Code: Select all
PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /var/www/html/testtlink/config_db.inc.php:10) in /var/www/html/testlink/login.php on line 36, referer: http://192.168.65.13/testlink/index.php
Code: Select all
function doSessionStart() #line 366
{
session_set_cookie_params(99999);
session_start(); #line 369
return 1; #line 341
}
(ps. testlink......really lacking on FAQ and Quality DOCs"
line 36; note=expired
also
login.php line 36
login.php line 36
Re: login.php?note=expired;
Take a look on this topic:techzilla wrote:i get, been fighting with it for a good min
login.php?note=expired
http://www.teamst.org/phpBB2/viewtopic.php?t=524