• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

session err--idle time

Participant ,
May 02, 2006 May 02, 2006

Copy link to clipboard

Copied

I have define session in application.cfm file as 5 sec..Then after 5 sec idle time...I got this err:
---------
The required parameter SESSION.LOGGEDIN was not provided.
This page uses the CFPARAM tag to declare the parameter SESSION.LOGGEDIN as required for this template. The parameter is not available.Please verify that you have passed or initialized the parameter correctly. If you wish to set a default value for the parameter you should use the DEFAULT attribute of the CFPARAM tag.
-----------
And my session.cfm file is:
-----------
<CFPARAM NAME="session.loggedin">
<CFIF not session.loggedin eq "true">
<cfoutput>
<html>
<head><link rel="stylesheet" href="../style/calendar.css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
a:link {
color: ##000000;
}
a:visited {
color: ##000000;
}
a:hover {
color: ##000000;
}
a:active {
color: ##FF9966;
}
-->
</style></head>
<title>[ session.cfm ]</title>
<body bgcolor="##FFFFFF" leftmargin="3" topmargin="3">
<table width="400" border="1" align="center" cellpadding="0" bordercolor="##FF9933">
<tr>
<td>
<p align="center" class="headtext">~SESSION TIME OUT~
</p><br>
<p align="center" class="dayroom">
Your session has expired. Please return to Login Page.
<p align="center"><a href="AdminLogEazyS.cfm ">Login Page</a></p>
</p>
<p> </p>
</td>
</tr>
</table>
</body>
</html>
</cfoutput>
<cfabort>
</cfif>
TOPICS
Advanced techniques

Views

211

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
May 02, 2006 May 02, 2006

Copy link to clipboard

Copied

LATEST
Thank you all.Resolved...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation