Just as a thought, your URL doesn't have cfid and cftoken values getting passed does it? Session is invalid implies to me that the CFID value it is trying to use is no good for some reason. (This isn't a set of clustered servers is it? Or is some over-clever proxy doing something with cookie values?) Its not the normal error that a particular value in the session scope is undefined, so I wouldn't be looking for a session timeout solution here. Would a server restart do something like this? If its a sudden widespread event, then its almost like the CF server has lost its list of valid session ID.
Regards Darren Tracey Systems Analyst HR Systems and FastTrack, Web and Integration Services p: + 61 7 3232 4091 (x64091) f: + 61 7 3232 4744 e: [EMAIL PROTECTED] l: Lvl 3, 388 Queen St Brisbane QLD 4000 m: Suncorp IPC IT048, GPO Box 1453, Brisbane QLD 4000 > -----Original Message----- > From: Sameer Kekade > Sent: Tuesday, 30 November 2004 4:07 PM > To: CFAussie Mailing List > Subject: [cfaussie] Re: Error: Session is invalid > > Darryl, I don't think it's a session timeout issue because at a certain > point of time, everyone here got this message on their browsers. So I > suspect theres something funny happenning at the server end. We didn't > had these issues before and on session-timeout, the user is > automatically redirected to the login page. > > > >>Either increase the session time out , or have some sort of "keep > alive" > >>in your front-end (e.g. a hidden IFRAME that refreshes, etc). > > >>Darryl > > [EMAIL PROTECTED] wrote on 30/11/2004 03:10:09 > PM: > > > 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/ > > > > To unsubscribe from this email please forward this email to > [EMAIL PROTECTED] > > This email message is confidential and may be privileged. If you are not > the intended recipient please forward the email to > [EMAIL PROTECTED] and delete the original. > > ABN AMRO Morgans Limited and its associates hold or may hold securities > in the companies/trusts mentioned herein. Any general advice included in > this email has been prepared without taking into account your > objectives, financial situation or needs. Before acting on the advice, > you should consider its appropriateness or discuss with one of our > investment advisors. > > ABN AMRO Morgans Limited (ABN 49 010 669 726 AFSL 235410) A Participant > of ASX Group. A principal member of the Financial Planning Association. > > > --- > 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/ ----------------------------------------------------------------------------------- This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its related entities ("Suncorp"). Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 55 or at suncorp.com.au. The content of this e-mail is the view of the sender or stated author and does not necessarily reflect the view of Suncorp. The content, including attachments, is a confidential communication between Suncorp and the intended recipient. If you are not the intended recipient, any use, interference with, disclosure or copying of this e-mail, including attachments, is unauthorised and expressly prohibited. If you have received this e-mail in error please contact the sender immediately and delete the e-mail and any attachments from your system. If this e-mail constitutes a commercial message of a type that you no longer wish to receive please reply to this e-mail by typing Unsubscribe in the subject line. --- 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/
