[Mydatabasepilot-trk-bugs] [ mydatabasepilot-Bugs-724471 ] Session Expiry Handling Required
Status: Alpha
Brought to you by:
nanoface
From: SourceForge.net <no...@so...> - 2003-04-20 04:08:11
|
Bugs item #724471, was opened at 2003-04-20 00:08 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=546832&aid=724471&group_id=76350 |