Ok, I'm sure this scenario has been worked before.  You have a login in process built into your Application.cfm file.  This includes the form and the action.  Such as below:

<cflogin>
   <if noFormData>
Display Form
   <else>
      Validate Creditionals

      <if Valid>
         Login
      <else>
         Display Error
         Display New Form
      </cfif>
   </cfif>
</cflogin>

Thus when a user successfully logs in they are presented with the page(s) protected by this Application.cfm file.  

NOW, the annoying behavior to me, is if this page is refreshed, you get the annoying "Page has expired you must re-submit" extra step.  Is there any simple and elegant way to alleviate this.  I'm sure it's much more annoying to me as a developer who frequently refreshes pages.  Hopefully end users are not feeling a need to do this.  

I don't want to spend a lot of effort on this.  But, I'm getting way tried of that extra action required to update a page every time.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

"C code. C code run. Run code run. Please!"
     - Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to