[Mydatabasepilot-trk-bugs] [ mydatabasepilot-Bugs-724471 ] Session Expiry Handling Required
Status: Alpha
Brought to you by:
nanoface
From: SourceForge.net <no...@so...> - 2003-04-21 22:36:41
|
Bugs item #724471, was opened at 2003-04-20 00:08 Message generated for change (Comment added) made by nanoface You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=546832&aid=724471&group_id=76350 Category: Errors and Exceptions Group: v0.x >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Laszlo Teglas (nanoface) Assigned to: Laszlo Teglas (nanoface) Summary: Session Expiry Handling Required Initial Comment: Currently there is no mechanism for ensuring that a Datasource session has not expired. The datasource can be either configured in the Application.cfm file or provided via a login form. However when the session expires, and no default database is configured, an error is generated because the login info has been lost. Create error checking code that ensures the Session.dataSource variable is not an empty string. Session.DataSource is set to "" (Empty String) in the Application.cfm file when no default datasource has been provided. In this case the user needs to be redirected to the login form. ---------------------------------------------------------------------- >Comment By: Laszlo Teglas (nanoface) Date: 2003-04-21 18:36 Message: Logged In: YES user_id=64516 Added session.loggedIn = "1" flag in MyDatabasePilot.cfm Added Active Session Checking, and session.requestLogIn = "1" flag in Application.cfm file ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=546832&aid=724471&group_id=76350 |