Home | Site map   
Home Products Downloads Support Contacts
   
 

Session Expired message.

Every time I open generated application in browser I get message: "Your session has expired. Please login again." What is wrong?

 

ASPRunnerPro


1. Make sure Session State is enabled.
Proceed to Control Panel - Administrative Tools - Internet Information Service. Right click on website and choose Home directory - Configuration - Options. Check off "Enable Session State" checkbox. Increase Session timeout if required.

2. What to do if application loses session variables sporadically.
This appears to be a common Windows 2003 IIS problem. Usually you have to do the following:
  • In IIS Manager, expand the local computer
  • Expand Application Pools
  • Right-click the application pool
  • Click Properties
  • Flip to the Performance tab
  • Under Web garden, in the Maximum number of worker processes box, type 1
  • Click Ok

PHPRunner

1. Your PHP installation is not properly configured to use sessions.

Make sure your PHP installation is configured to support sessions.
Here is the article that explains how to configure PHP session parameters.
In your php.ini files you need to set the session.save_path parameter i.e. add the line to php.ini file:

php.ini
session.save_path = c:\PHP\sessiondata

where c:\PHP\sessiondata is folder where you want PHP to save session information. You must ensure that account you use has read/write permissions on this folder.

2. How to increase PHP session timeout.

In php.ini file find session.gc_maxlifetime variable and set session expiration time in seconds (3600 means one hour).

php.ini
session.gc_maxlifetime = 3600

More info

Back to top

 
 

Home | Products | Downloads | Support | Contacts

Customer quotes

Once again I want to tell you how impressive your software is. I am a computer applications teacher in the school so I don't know how much praise from me means to you. All I can tell you is that it is wonderful to find software that is easy to use and works so well.

Ian Roller
Ireland

What I needed to do was build a members log in area for a web site that the user could update as new people joined. He wanted this done in two days. With not much time I downloaded this software and had the lot done in under 3 min. Normal time for this would be about 5 days and even then you would still be debuging your scripts.

Richard Murray
Web developer

Contact us:

Xlinesoft.com
Herndon, VA 20171, USA

  1-888-290-6617
  support@xlinesoft.com

  © 1999 - 2010 XLineSoft. All rights reserved. All comments send to webmaster@xlinesoft.com