Ayudh, I have that bit in place.. I think this threw out error when it
tries to execute application.cfm before processing the code below

        

>You are getting a session timeout after 2 hours as you have specified,
so it is working as designed. What you want to avoid is CF throwing an
error because the session parameter has timed out. What about this:

><CFIF IsDefined('SESSION.myparameter')>
>  <!--- Do the session valid thing --->
><CFELSE>
>  <!--- Do the session timeout thing --->
></CFIF>

>Regards: Ayudh

+----------------------------------------------------------------+
| SOAP is the glue! Hook up your server directly to your bank.   |
| Connect to VeriPay xServ, the Australian Payments Web Service. |
| Reliable, Secure, FAST: http://www.xilo.com/xserv              |
+----------------------------------------------------------------+

> Hey All,
> 
> When a page is left as-is for a long time, I get the following error 
> and I wonder how I should fix this.
> 
> Session is invalid
> 
> The error occurred in /appname/Application.cfm: line 4
> 
> 3 :
> 4 : <cfapplication name="appname" clientmanagement="no" 
> sessionmanagement="yes" setclientcookies="yes" setdomaincookies="yes" 
> sessiontimeout="#CreateTimeSpan(0,2,0,0)#">
> 5 :
> 
> 
> Any suggestions??
> 
> Warm Regards,
> Sameer S. Kekade.
> QUATRO FOUR RETAIL
> "The right connections for your business"
> Tel. direct +61 2 9370 2775
> Tel. direct +61 2 9370 1062
> Fax direct +61 2 9370 1200
> Mobile 0409 156 038, 0411 566 650
> [EMAIL PROTECTED]
> www.quatro.com.au
        

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to