Application Security

Reply

Join Date: Aug 2008
Posts: 1
Reputation: isheanesu is an unknown quantity at this point 
Solved Threads: 0
isheanesu isheanesu is offline Offline
Newbie Poster

Application Security

 
0
  #1
Aug 5th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 60
Reputation: hinde is an unknown quantity at this point 
Solved Threads: 4
hinde hinde is offline Offline
Junior Poster in Training

Re: Application Security

 
0
  #2
Aug 10th, 2008
An off the cuff solution that I think might work is to have something like the following javascript code:
  1. function sessionTimeout()
  2. {
  3. window.location='logout.cfm';
  4. }
  5. setTimeout(sessionTimeout,3600000);
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ColdFusion Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC