This topic is locked

session expired

7/6/2005 11:12:27 AM
PHPRunner General questions
B
bprenderg author

i just installed phprunner and uploaded to my unix server; i get the login page and when trying to login, get session expired;please login again message; the username and password are hardcoded in the php file. please help!

thanks

roy 7/6/2005

Hello,

I would guess you are using PHP 5.0.4. There is a bug in the .4 release that doesn't exist in earlier releases. Which is why my application worked on 1 machine and not on two others.
The solution, for me, was to set register_long_arrays = Onin the php.ini file in the Windows directory. It's not recording session data properly.
I hope this solution works for you, as I wouldn't want you to have to spend 10 days fighting the problem as I did.
I have Sergey to thank for the solution. He really dug in until he was able to duplicate the problem and find the solution.
I'm now a happy PHPRunner user and my application is in the midst of being implemented live as we speak. We move our offices over this weekend and next week the app will go up on the company's intranet. Even with the 10 day delay, I would have never been able to accomplish this in such a short amount of time without PHPRunner.
Roy

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=5075&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

admin 7/7/2005

Hi,
your PHP may be improperly configured for session use.

I'd like to see your PHP configuration parameters. To show me them please do the following:

  1. Create a text file, write the following code there:

<?php

phpinfo();

?>



2. Save it as info.php and upload to your server

3. Send the URL to support@xlinesoft.com
Roy,

that issue doesn't affect PHPRunner anymore. Pages work with any

"register_long_arrays" setting now.