| | |
Application Security
Please support our ColdFusion advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2008
Posts: 1
Reputation:
Solved Threads: 0
Hi Guys
I need some help please. I have a CF Knowledge Management System that I'm working on. I however have an issue with the security. When the session times out after the set time the user is able is use the back function of the browser to visit the pages that have been opened prior to the session timeout. If however the click on any of the buttons on any of the forms (calling for some server processing) the user is taken to the login page.
The situation that I'm looking at having is that when the session times out either there is an auto redirect (I'm not running any AJAX on this application) to the login page or when a user uses the back function they should not be able to open the prior opened pages but instead be redirected to the login page.
Your help with this problem will be greatly appreciated.
Thanks in advance
I need some help please. I have a CF Knowledge Management System that I'm working on. I however have an issue with the security. When the session times out after the set time the user is able is use the back function of the browser to visit the pages that have been opened prior to the session timeout. If however the click on any of the buttons on any of the forms (calling for some server processing) the user is taken to the login page.
The situation that I'm looking at having is that when the session times out either there is an auto redirect (I'm not running any AJAX on this application) to the login page or when a user uses the back function they should not be able to open the prior opened pages but instead be redirected to the login page.
Your help with this problem will be greatly appreciated.
Thanks in advance
•
•
Join Date: Jul 2005
Posts: 60
Reputation:
Solved Threads: 4
An off the cuff solution that I think might work is to have something like the following javascript code:
ColdFusion Syntax (Toggle Plain Text)
function sessionTimeout() { window.location='logout.cfm'; } setTimeout(sessionTimeout,3600000);
![]() |
Similar Threads
- Software Engineer in .Net Web Application avaible (Web Development Job Offers)
- Systems Security (IT Professionals' Lounge)
- I need help with a Security Exception (ASP.NET)
- Software Engineer in .Net Web Application avaible (Web Development Job Offers)
- Build an enterprise application for a customer with aprox. 100 Clients ??? (IT Professionals' Lounge)
- Win XP Pro - Event Log (Windows NT / 2000 / XP)
- i need help (Viruses, Spyware and other Nasties)
- Weakness In Messenger Security (Windows NT / 2000 / XP)
Other Threads in the ColdFusion Forum
- Previous Thread: Dreamweaver email forms
- Next Thread: Accessing dynamic Table Elements
| Thread Tools | Search this Thread |





