Your session has expired!

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
yueren
TestLink user
Posts: 1
Joined: Wed Nov 29, 2006 9:06 am

Your session has expired!

Post by yueren »

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.
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

It's not a real problem. You can call login.php to access. index.php is main page, that expects a existing session.
techzilla
TestLink user
Posts: 4
Joined: Fri Jul 13, 2007 8:03 pm

login.php?note=expired;

Post by techzilla »

i get, been fighting with it for a good min

login.php?note=expired
techzilla
TestLink user
Posts: 4
Joined: Fri Jul 13, 2007 8:03 pm

line 369; session expired cant login

Post by techzilla »

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
this is the out put of my error log and this is line 369 of common.php

Code: Select all

function doSessionStart() #line 366
{
        session_set_cookie_params(99999);
        session_start(); #line 369

        return 1; #line 341
}
not that i believe i will get helped from this post, but so people can find this post and hopefully one day get helped .

(ps. testlink......really lacking on FAQ and Quality DOCs"
techzilla
TestLink user
Posts: 4
Joined: Fri Jul 13, 2007 8:03 pm

line 36; note=expired

Post by techzilla »

also

login.php line 36
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Yes we have no good doc, maybe our doc is missing completely.
Do you want to help us with documentation ?
allan_hm
TestLink user
Posts: 2
Joined: Wed Nov 14, 2007 4:42 pm

Re: login.php?note=expired;

Post by allan_hm »

techzilla wrote:i get, been fighting with it for a good min

login.php?note=expired
Take a look on this topic:

http://www.teamst.org/phpBB2/viewtopic.php?t=524
Post Reply