Your session has expired, please login using the form below

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
skippo
Posts: 1
Joined: Tue Oct 04, 2005 4:22 pm

Your session has expired, please login using the form below

Post by skippo »

Script URL: http://www.apsdomain.nl/support/
Version of script: 0.93.1
Version of PHP: PHP Version 4.3.2
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

When I try to login as admin, it give's the back the following:

"Your session has expired, please login using the form below."

I can't login, even if I try again, I download the session_test and it works fine, (the thing with page1 and page2 goes on TRUE"

what is wrong?
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

There have been many posts regarding this, please read old posts first and try the methods discussed there.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
seaslug
Posts: 1
Joined: Tue Dec 13, 2005 2:31 pm

Post by seaslug »

***I'm posting this here cause its the shortest post in the forum regarding this to safe people time and hassle*

I been hassling with this for a while, as i'm not clued on PHP,SQL i have to admit that after reading through all the comments and replies of the other posts in this forum, no one detailed a decent solution
(there was too many pages, I got bored fell asleep and woke up with the answer)

I'm running apache2 for windows
Which I dowloaded from http://sourceforge.net/projects/webserv/
It has Mysql and all other crap which i'm still learning how to use.
It supposedly installs PHP and your able to use PHPmyadmin for the SQL which led me to assume PHP was installed properly ... WRONG

So heres my Fix for the ADMIN logging in problem

I had to edit the httpd.conf file and add these two lines

LoadModule php5_module "C:/WebServ/php/php5apache2.dll"
AddType application/x-httpd-php .php

and under php.ini

PHPIniDir "C:/webserv/php

two things to note
I'm Using Apache2 for windows
I'm Using PHP 5 that comes with the install (see url above)
the / in the directorys for the settings above are the right way round (yes confusing but they are)

I did nothing else and it worked

Hope it works for you
Post Reply